]> source.dussan.org Git - aspectj.git/commitdiff
flagging with comments that 1.1 options are unimplemented
authorwisberg <wisberg>
Wed, 21 May 2003 00:53:02 +0000 (00:53 +0000)
committerwisberg <wisberg>
Wed, 21 May 2003 00:53:02 +0000 (00:53 +0000)
ajbrowser/src/org/aspectj/tools/ajbrowser/BrowserProperties.java

index 86810b961228b55d30ac3c394af7d8f913561497..d8a09a2d8170ff822d7f95ab69676b51bc79cb66 100644 (file)
@@ -150,15 +150,15 @@ public class BrowserProperties implements ProjectPropertiesAdapter {
        return null;
     }
     
-    public String getOutJar( ) {
+    public String getOutJar( ) { // XXX unimplemented
        return null;
     }
     
-       public Set getSourceRoots( ) {
+       public Set getSourceRoots( ) { // XXX unimplemented
                return null;
        }    
        
-       public Set getAspectPath( ) {
+       public Set getAspectPath( ) { // XXX unimplemented
                return null;
        }
 }