you know that feeling when you cant tell if you forgot to add something

This commit is contained in:
jenzur
2019-05-09 23:00:27 +02:00
parent 414806aa1f
commit b1aa449b59
6 changed files with 637 additions and 375 deletions
@@ -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()) {