Changeset 77 for gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java
- Timestamp:
- 09/13/11 13:07:18 (14 years ago)
- 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 343 343 connection = factory().createDBConnection(dbAddress, dbUser, 344 344 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; 349 347 350 348 ResourceDAO resDAO = factory.createResource();
Note: See TracChangeset
for help on using the changeset viewer.