We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e18907 commit 97ce9bcCopy full SHA for 97ce9bc
data/h2gis/src/main/java/org/orbisgis/data/H2GIS.java
@@ -501,7 +501,7 @@ public Object asType(Class<?> clazz) {
501
* Delete the H2GIS database file
502
* @return
503
*/
504
- void deleteClose() throws Exception {
+ public void deleteClose() throws Exception {
505
try {
506
execute("drop all objects delete files");
507
close();
0 commit comments