From eb8f354563f0a4bd0d8d1c239575baf4c247bca3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 11 Apr 2018 18:52:28 +0200 Subject: [PATCH] exo4: fix a typo. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ROOT/exo4/WEB-INF/classes/bonjour/hello.class | Bin 0 -> 279 bytes ROOT/exo4/hello.jsp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 ROOT/exo4/WEB-INF/classes/bonjour/hello.class 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 0000000000000000000000000000000000000000..a26ca5cb1d43aa0b2bb96886d45fa90e6803e706 GIT binary patch literal 279 zcmZ9GF>k^!6ol^ul0bllA~w{4E$PrKY^^%95>wO;Aa*-7iKF01QQ&vAQ>7050sT>^ z&ta%k4|nH#-?RL4{`v;6!gYW?CIejg2z^Wm-h(!}eI)dvct_|z*KdjtrrM~N<3Xxs zD`druFZO$#6`bZ#oR;Dwl1i97*|d!|`8^@n)W;@MYi;SEP*qjmS!@g!9`8TZreuOJ zk(ZQo3}O2B*sCm6)?$es|I!`@WY<}JzTL1ByL <% hello h = new hello(); - //out.print(h.afficher()); + out.print(h.affiche()); %> -- 2.34.1