From: Jérôme Benoit Date: Wed, 11 Apr 2018 16:52:28 +0000 (+0200) Subject: exo4: fix a typo. X-Git-Url: https://git.piment-noir.org/?p=TD_webapps.git;a=commitdiff_plain;h=eb8f354563f0a4bd0d8d1c239575baf4c247bca3 exo4: fix a typo. Signed-off-by: Jérôme Benoit --- diff --git a/ROOT/exo4/WEB-INF/classes/bonjour/hello.class b/ROOT/exo4/WEB-INF/classes/bonjour/hello.class new file mode 100644 index 0000000..a26ca5c Binary files /dev/null and b/ROOT/exo4/WEB-INF/classes/bonjour/hello.class differ diff --git a/ROOT/exo4/hello.jsp b/ROOT/exo4/hello.jsp index 11fcb52..beca21d 100644 --- a/ROOT/exo4/hello.jsp +++ b/ROOT/exo4/hello.jsp @@ -3,7 +3,7 @@ <% hello h = new hello(); - //out.print(h.afficher()); + out.print(h.affiche()); %>