Skip to content

Commit 97ce9bc

Browse files
authored
Update H2GIS.java
1 parent 1e18907 commit 97ce9bc

File tree

1 file changed

+1
-1
lines changed
  • data/h2gis/src/main/java/org/orbisgis/data

1 file changed

+1
-1
lines changed

data/h2gis/src/main/java/org/orbisgis/data/H2GIS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ public Object asType(Class<?> clazz) {
501501
* Delete the H2GIS database file
502502
* @return
503503
*/
504-
void deleteClose() throws Exception {
504+
public void deleteClose() throws Exception {
505505
try {
506506
execute("drop all objects delete files");
507507
close();

0 commit comments

Comments
 (0)