]> source.dussan.org Git - aspectj.git/commitdiff
Removed unused method.
authormkersten <mkersten>
Wed, 30 Jul 2003 17:29:22 +0000 (17:29 +0000)
committermkersten <mkersten>
Wed, 30 Jul 2003 17:29:22 +0000 (17:29 +0000)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildConfig.java

index 7c1e3339645526d2145f74912c4c86d70b5b53db..872936b276553b3ae6aaf7ee1335e4b1b4988cbb 100644 (file)
@@ -328,17 +328,17 @@ public class AjBuildConfig { // XXX needs bootclasspath?
             );
     }
     
-    /** @return null if no errors, String errors otherwise */
-    public String configErrors() {
-        StringBuffer result = new StringBuffer();
-        // ok, permit both.  sigh.
-//        if ((null != outputDir) && (null != outputJar)) {
-//            result.append("specified both outputDir and outputJar");
-//        }
-        // incremental => only sourceroots
-        // 
-        return (0 == result.length() ? null : result.toString());
-    }
+//    /** @return null if no errors, String errors otherwise */
+//    public String configErrors() {
+//        StringBuffer result = new StringBuffer();
+//        // ok, permit both.  sigh.
+////        if ((null != outputDir) && (null != outputJar)) {
+////            result.append("specified both outputDir and outputJar");
+////        }
+//        // incremental => only sourceroots
+//        // 
+//        return (0 == result.length() ? null : result.toString());
+//    }
 
     /**
      * Install global values into local config