Skip to content

Commit

Permalink
unneeded assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed Aug 29, 2012
1 parent 03a19c5 commit 45ade07
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ public DatabaseSpecific(String catalog, String schemaName, Database database) {

public DatabaseSpecific(Catalog catalog, String name) {
super(catalog, name);
this.database = database;
if (catalog == null) {
this.catalog = new Catalog.DatabaseSpecific(null, database);
}
Expand Down

0 comments on commit 45ade07

Please sign in to comment.