Subversion Repository Public Repository

litesoft

Diff Revisions 314 vs 315 for /trunk/Java/ScarPlus/src/com/esotericsoftware/utils/FileSupport.java

Diff revisions: vs.
  @@ -1,7 +1,5 @@
1 1 package com.esotericsoftware.utils;
2 2
3 - import java.io.*;
4 -
5 3 import com.esotericsoftware.scar.*;
6 4
7 5 public class FileSupport
  @@ -136,7 +134,6 @@
136 134 }
137 135
138 136 public static String canonicalizeNormalizedPath( IFileSystem pFileSystem, String pCanonicalParentDirIfPathRelative, String path )
139 - throws IOException
140 137 {
141 138 if ( !pFileSystem.isWindows() )
142 139 {
  @@ -175,7 +172,6 @@
175 172 }
176 173
177 174 private static String canonicalizeAbsoluteNormalizedPath( IFileSystem pFileSystem, String path )
178 - throws IOException
179 175 {
180 176 String origPath = path;
181 177 if ( !pFileSystem.exists( origPath ) )