Ignore:
Timestamp:
09/13/11 13:07:18 (14 years ago)
Author:
mcichenski
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GSSimStudio.java

    r76 r77  
    343343                        connection = factory().createDBConnection(dbAddress, dbUser, 
    344344                                        dbPassword); 
    345                         Timestamp minTimestamp = minTimestampMilis == null ? null 
    346                                         : new Timestamp(minTimestampMilis); 
    347                         Timestamp maxTimestamp = maxTimestampMilis == null ? null 
    348                                         : new Timestamp(maxTimestampMilis); 
     345                        Timestamp minTimestamp = null; 
     346                        Timestamp maxTimestamp = null; 
    349347                         
    350348                        ResourceDAO resDAO = factory.createResource(); 
Note: See TracChangeset for help on using the changeset viewer.