Show
Ignore:
Timestamp:
01/21/10 19:37:54 (2 years ago)
Author:
martijn
Message:

Bug fixed: SimpleGdbImpl?2 didn't store database name

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/corelib/src/org/bridgedb/rdb/SimpleGdbImpl2.java

    r288 r289  
    253253                 
    254254                if(dbName == null) throw new NullPointerException(); 
    255  
     255                this.dbName = dbName; 
     256                 
    256257                if ((props & DBConnector.PROP_RECREATE) == 0) 
    257258                {