exo4: fix a typo.
[TD_webapps.git] / ROOT / exo4 / hello.jsp
index 11fcb52d96815392416ad09e0ca58cdec29a4902..beca21d636942f164801191ba3b08f25c11ab09b 100644 (file)
@@ -3,7 +3,7 @@
 <body>
 <%
     hello h = new hello();
-    //out.print(h.afficher());
+    out.print(h.affiche());
 %>
 </body>
 </html>