Changeset 396
- Timestamp:
- Jul 19, 2012, 7:11:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web/netx/net/sourceforge/jnlp/util/FileUtils.java
r372 r396 316 316 */ 317 317 public static FileLock getFileLock(String path, boolean shared, boolean allowBlock) throws FileNotFoundException { 318 // @todo temporary solution, see http://svn.netlabs.org/java/ticket/169 319 if (Defaults.OS_DOS_LIKE) 320 return null; 318 321 RandomAccessFile rafFile = new RandomAccessFile(path, "rw"); 319 322 FileChannel fc = rafFile.getChannel();
Note:
See TracChangeset
for help on using the changeset viewer.