Searched refs:hasDbtools (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java59 private static Boolean hasDbtools; field in class:JDBCHistoryCacheTest
88 if (hasDbtools == null || hasDbtools.booleanValue()) {
112 hasDbtools = Boolean.valueOf(clazz != null);

Completed in 17 milliseconds