Changeset 409 for gssim_ui/branches


Ignore:
Timestamp:
08/18/12 00:27:04 (13 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

    r408 r409  
    169169                fileContent += "experiment.id="+expId.toString(); 
    170170                String uniqueFolderName = "tmp" + String.valueOf(new Date().getTime()); 
    171                 fileContent = fileContent.replace(pInputLocation, uniqueFolderName) 
     171                fileContent = fileContent.replace(pInputLocation, uniqueFolderName); 
    172172                uploadPropertyFile(destFileName, fileContent); 
    173173                 
Note: See TracChangeset for help on using the changeset viewer.