Changeset 390 for gssim_ui/branches
- Timestamp:
- 08/13/12 11:41:19 (13 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
r389 r390 148 148 @BlazeDsMethod() 149 149 public GSSimStudioModel uploadAndSubmitExperiment(String destFileName, String fileContent) throws IOException { 150 String expName = destFileName.split("_")[1].split(".properties")[0]; 150 GSSimStudioModel model = getModel(); 151 152 String expName = destFileName.split("_")[1].split(".properties")[0]; 151 153 String metaexpName = destFileName.split("_")[0]; 152 154 Integer expId = addExperimentToDb(expName, metaexpName);
Note: See TracChangeset
for help on using the changeset viewer.