Changeset 407 for gssim_ui/branches
- Timestamp:
- 08/17/12 23:19:50 (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
r406 r407 288 288 } 289 289 290 private void copyFile(String src, String dest) throw MalformedURLException {290 private void copyFile(String src, String dest) throws MalformedURLException { 291 291 ServiceContext serviceContext = VineFlexUtilClass.getServiceContext(); 292 292 FileResourceManager fileResourceManager = getFileResourceManager(serviceContext);
Note: See TracChangeset
for help on using the changeset viewer.