X-Git-Url: https://git.piment-noir.org/?p=TD_webapps.git;a=blobdiff_plain;f=ROOT%2Fexo10%2FWEB-INF%2Fsrc%2Fhello%2FHelloWorld.java;fp=ROOT%2Fexo10%2FWEB-INF%2Fsrc%2Fhello%2FHelloWorld.java;h=f25597f8f63ee6b3fd35a3c7f43b928a2c8b7e96;hp=446f823af501513ea58cc029a41d4a6e1e434fb3;hb=05e819e4ef0cd435debc3b9a4d8ff34c654878c3;hpb=df7d30b6e2c4fe49f1e4e2d5be51d52778fd020d diff --git a/ROOT/exo10/WEB-INF/src/hello/HelloWorld.java b/ROOT/exo10/WEB-INF/src/hello/HelloWorld.java index 446f823..f25597f 100644 --- a/ROOT/exo10/WEB-INF/src/hello/HelloWorld.java +++ b/ROOT/exo10/WEB-INF/src/hello/HelloWorld.java @@ -14,7 +14,7 @@ public class HelloWorld extends HttpServlet { public void init() throws ServletException { // Do required initialization - message = "Hello World"; + message = "Bienvenue au cours d'applications Web"; } public void doGet(HttpServletRequest request, HttpServletResponse response)