]> source.dussan.org Git - aspectj.git/commitdiff
risky... what about '-Xlint:warning'
authoraclement <aclement>
Fri, 4 Nov 2005 08:45:09 +0000 (08:45 +0000)
committeraclement <aclement>
Fri, 4 Nov 2005 08:45:09 +0000 (08:45 +0000)
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java

index f4a546c5427c1d9f27024da6059003c1416ba9f6..a6b109301e644429792a6d41787b8dde228c6e21 100644 (file)
@@ -656,7 +656,7 @@ public class AjcTestCase extends TestCase {
        
        private String adaptToPlatform(String s) {
                String ret = s.replace(';',File.pathSeparatorChar);
-               ret = ret.replace(':',File.pathSeparatorChar);
+               //ret = ret.replace(':',File.pathSeparatorChar);
                return ret;
        }