Browse Source

Make the getLoaderMap static since the cache is static.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270295 13f79535-47bb-0310-9956-ffa450edef68
master
Stephane Bailliez 23 years ago
parent
commit
f73de6a58c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/SQLExec.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/SQLExec.java View File

@@ -768,7 +768,7 @@ public class SQLExec extends Task {
}
}

protected Hashtable getLoaderMap(){
protected static Hashtable getLoaderMap(){
return loaderMap;
}



Loading…
Cancel
Save