Mercurial > hg > monetdb-java
comparison src/main/java/org/monetdb/jdbc/MonetConnection.java @ 819:726a1d7b168c
correct indentation
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Wed, 13 Dec 2023 20:00:30 +0100 (17 months ago) |
parents | 1344603ee8af |
children | e890195256ac |
comparison
equal
deleted
inserted
replaced
818:4117aa40a6b9 | 819:726a1d7b168c |
---|---|
2895 * necessary clean up procedures. | 2895 * necessary clean up procedures. |
2896 */ | 2896 */ |
2897 @Override | 2897 @Override |
2898 public void close() { | 2898 public void close() { |
2899 // feed all rows to the garbage collector | 2899 // feed all rows to the garbage collector |
2900 Arrays.fill(data, null); | 2900 Arrays.fill(data, null); |
2901 } | 2901 } |
2902 | 2902 |
2903 /** | 2903 /** |
2904 * Retrieves the required row. Warning: if the requested rows | 2904 * Retrieves the required row. Warning: if the requested rows |
2905 * is out of bounds, an IndexOutOfBoundsException will be | 2905 * is out of bounds, an IndexOutOfBoundsException will be |