Skip to content

Commit

Permalink
Fixed a bad comment. So much work.
Browse files Browse the repository at this point in the history
  • Loading branch information
swaldman committed Apr 15, 2015
1 parent 13304f1 commit c626bb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public Connection getConnection() throws SQLException
public Connection getConnection(String user, String password) throws SQLException
{ return AfterCloseLoggingConnectionWrapper.wrap( super.getConnection(user, password) ); }

// serialization stuff -- set up bound/constrained property event handlers on deserialization
// serialization stuff
private static final long serialVersionUID = 1;
private static final short VERSION = 0x0001;

Expand Down

0 comments on commit c626bb4

Please sign in to comment.