exo4: fix a typo.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 11 Apr 2018 16:52:28 +0000 (18:52 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 11 Apr 2018 16:52:28 +0000 (18:52 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
ROOT/exo4/WEB-INF/classes/bonjour/hello.class [new file with mode: 0644]
ROOT/exo4/hello.jsp

diff --git a/ROOT/exo4/WEB-INF/classes/bonjour/hello.class b/ROOT/exo4/WEB-INF/classes/bonjour/hello.class
new file mode 100644 (file)
index 0000000..a26ca5c
Binary files /dev/null and b/ROOT/exo4/WEB-INF/classes/bonjour/hello.class differ
index 11fcb52d96815392416ad09e0ca58cdec29a4902..beca21d636942f164801191ba3b08f25c11ab09b 100644 (file)
@@ -3,7 +3,7 @@
 <body>
 <%
     hello h = new hello();
-    //out.print(h.afficher());
+    out.print(h.affiche());
 %>
 </body>
 </html>