Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Maryniuk committed Jun 2, 2014
1 parent edd9b8a commit 8d8b3d1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions plugins/rdbms/src/com/suse/logkeeper/plugins/RDBMSLog.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ public class RDBMSLog implements LogKeeperBackend {
public static final String DB_ORACLE_THIN = "oracle-thin";

private static final String SCHEMA_LOG_TABLE = "AUDIT_LOG";

private static final String FLAG_DEBUG = "";

private String user;
private String password;
private String host;
Expand Down Expand Up @@ -164,7 +164,7 @@ private void insertExtmap(Long id, LogEntry entry) throws SQLException {

/**
* Allocate a log entry ID.
*
*
* @return
*/
private Long allocateId() {
Expand Down Expand Up @@ -230,7 +230,7 @@ protected void initDatabase() throws SQLException {

/**
* Get test from the resource.
*
*
* @param inputStream
* @return
*/
Expand Down Expand Up @@ -351,7 +351,7 @@ public static void localInit(URL configPath, String tag, boolean debug)
setup.load(new FileInputStream(conf));
} catch (IOException ex) {
if (log.isDebug()) {
Logger.getLogger(RDBMSLog.class.getName()).log(Level.SEVERE, null, ex);
Logger.getLogger(RDBMSLog.class.getName()).log(Level.SEVERE, null, ex);
}
System.out.println("Error: " + ex.getLocalizedMessage());
System.exit(0);
Expand All @@ -362,7 +362,7 @@ public static void localInit(URL configPath, String tag, boolean debug)
System.out.println("Database was not found...");
System.exit(0);
}

log.setup(tag, setup);
log.initDatabase();
}
Expand All @@ -371,7 +371,7 @@ public static void localInit(URL configPath, String tag, boolean debug)
* Set debugging on or off.
*
* @param debug
* @return
* @return
*/
private RDBMSLog setDebug(boolean debug) {
this.debug = debug;
Expand All @@ -380,7 +380,7 @@ private RDBMSLog setDebug(boolean debug) {

/**
* Debug mode status.
* @return
* @return
*/
protected boolean isDebug() {
return debug;
Expand Down

0 comments on commit 8d8b3d1

Please sign in to comment.