|
From: <jav...@us...> - 2011-07-26 14:31:59
|
Revision: 15713
http://dcm4che.svn.sourceforge.net/dcm4che/?rev=15713&view=rev
Author: javawilli
Date: 2011-07-26 14:31:54 +0000 (Tue, 26 Jul 2011)
Log Message:
-----------
[#WEB-418] Add possibility to add MWL attributes to MPPS attributes for MPPS LINK notification
Modified Paths:
--------------
dcm4chee/dcm4chee-web-common/trunk/src/main/java/org/dcm4chee/web/common/util/FileUtils.java
Modified: dcm4chee/dcm4chee-web-common/trunk/src/main/java/org/dcm4chee/web/common/util/FileUtils.java
===================================================================
--- dcm4chee/dcm4chee-web-common/trunk/src/main/java/org/dcm4chee/web/common/util/FileUtils.java 2011-07-26 14:31:46 UTC (rev 15712)
+++ dcm4chee/dcm4chee-web-common/trunk/src/main/java/org/dcm4chee/web/common/util/FileUtils.java 2011-07-26 14:31:54 UTC (rev 15713)
@@ -60,4 +60,8 @@
}
}
+ public static File toFile(String unixPath) {
+ return resolve(new File(unixPath.replace('/', File.separatorChar)));
+ }
+
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|