Skip to content

Commit

Permalink
Fix | Format file
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-ye committed May 16, 2019
1 parent d1da3b2 commit f582cc6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,7 @@ private static String EscapeIDName(String inID) throws SQLServerException {
}

@Override
public java.sql.ResultSet getColumns(String catalog, String schema, String table,
String col) throws SQLException {
public java.sql.ResultSet getColumns(String catalog, String schema, String table, String col) throws SQLException {
if (loggerExternal.isLoggable(Level.FINER) && Util.isActivityTraceOn()) {
loggerExternal.finer(toString() + " ActivityId: " + ActivityCorrelator.getNext().toString());
}
Expand Down

0 comments on commit f582cc6

Please sign in to comment.