Formatting; previous commit should have read: improved log messages.

This commit is contained in:
jeb228 2010-04-02 12:44:39 +00:00
parent 3b64ea8986
commit 7498bb6337

View file

@ -33,8 +33,7 @@ public class JenaDataSourceSetupBase {
protected final static String DEFAULT_VALIDATIONQUERY = "SELECT 1";
protected final static boolean DEFAULT_TESTONBORROW = true,
DEFAULT_TESTONRETURN = true,
DEFAULT_TESTWHILEIDLE = true;
DEFAULT_TESTONRETURN = true, DEFAULT_TESTWHILEIDLE = true;
protected static String BASE = "/WEB-INF/ontologies/";
protected static String USERPATH = BASE+"user/";