diff options
author | jhugunin <jhugunin> | 2003-08-29 00:02:40 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-08-29 00:02:40 +0000 |
commit | 2fede2e71795d24ba85d0348d14b2e7d2b7bbc95 (patch) | |
tree | 82e3e9dce377825431aa2e60f708342e8c1f0ee8 /docs | |
parent | ce801a083791f978fb69fc7cb362109b688a98c1 (diff) | |
download | aspectj-2fede2e71795d24ba85d0348d14b2e7d2b7bbc95.tar.gz aspectj-2fede2e71795d24ba85d0348d14b2e7d2b7bbc95.zip |
changed warning to error
Diffstat (limited to 'docs')
-rw-r--r-- | docs/teaching/exercises/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/teaching/exercises/index.html b/docs/teaching/exercises/index.html index 3d459358d..0e381b3c3 100644 --- a/docs/teaching/exercises/index.html +++ b/docs/teaching/exercises/index.html @@ -114,7 +114,7 @@ into your answer file, make sure you get the desired compile-time error, remove the offending line, and make sure you pass the JUnit test. </p> -<p> <strong>Task:</strong> Signal a warning for calls to +<p> <strong>Task:</strong> Signal an error for calls to <code>System.out.println</code>. </p> |