From: wisberg Date: Wed, 21 May 2003 00:53:02 +0000 (+0000) Subject: flagging with comments that 1.1 options are unimplemented X-Git-Tag: V1_1_0~91 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=74d28dec79177fe05c0280f1caeed78738e5053b;p=aspectj.git flagging with comments that 1.1 options are unimplemented --- diff --git a/ajbrowser/src/org/aspectj/tools/ajbrowser/BrowserProperties.java b/ajbrowser/src/org/aspectj/tools/ajbrowser/BrowserProperties.java index 86810b961..d8a09a2d8 100644 --- a/ajbrowser/src/org/aspectj/tools/ajbrowser/BrowserProperties.java +++ b/ajbrowser/src/org/aspectj/tools/ajbrowser/BrowserProperties.java @@ -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; } }