you know that feeling when you cant tell if you forgot to add something
This commit is contained in:
@@ -137,7 +137,7 @@ public class DataMapper {
|
||||
CloseConnections(l_pStatement, l_rsSearch, l_cCon);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
public static LinkedHashMap<String, LinkedHashMap<String, Double>> getAllRelationScores() {
|
||||
int count = getSementicsDBRows();
|
||||
LinkedHashMap<String, LinkedHashMap<String, Double>> LHMSMX = new LinkedHashMap();
|
||||
@@ -173,7 +173,7 @@ public class DataMapper {
|
||||
}
|
||||
return LHMSMX;
|
||||
}
|
||||
|
||||
*/
|
||||
public static ConcurrentMap<Integer, String> getHLstatsMessages() {
|
||||
ConcurrentMap<Integer, String> hlStatsMessages = new MapMaker().concurrencyLevel(2).makeMap();
|
||||
try (Connection l_cCon = DBCPDataSourceHLstats.getConnection()) {
|
||||
|
||||
Reference in New Issue
Block a user