From 2fede2e71795d24ba85d0348d14b2e7d2b7bbc95 Mon Sep 17 00:00:00 2001 From: jhugunin Date: Fri, 29 Aug 2003 00:02:40 +0000 Subject: [PATCH] changed warning to error --- docs/teaching/exercises/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-

Task: Signal a warning for calls to +

Task: Signal an error for calls to System.out.println.

-- 2.39.5