bug_23381 #4

Merged
fabio.sinibaldi merged 4 commits from bug_23381 into master 2022-05-24 16:05:34 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0b2f078b31 - Show all commits

View File

@ -38,7 +38,7 @@ public class PostgisIndex {
private SDIManager sdiManager;
private String wmsLink=null;
private static PostgisDBManager getDB() throws ConfigurationException {
private static PostgisDBManagerI getDB() throws ConfigurationException {
return ImplementationProvider.get().getDbProvider().getObject();
};