From 18fb6ec354a1a9155722a7b24588debe93676aa2 Mon Sep 17 00:00:00 2001 From: "elliass.chelloug" Date: Mon, 18 Oct 2021 17:03:37 +0200 Subject: [PATCH 1/2] --- .gitignore | 1 + web/WEB-INF/AuthentificationJSP.jsp | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e35ea9e..187bdfe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /nbproject/private/ /build/ +/dist/ diff --git a/web/WEB-INF/AuthentificationJSP.jsp b/web/WEB-INF/AuthentificationJSP.jsp index 760af3e..6e51da6 100644 --- a/web/WEB-INF/AuthentificationJSP.jsp +++ b/web/WEB-INF/AuthentificationJSP.jsp @@ -22,5 +22,6 @@

+ From 1a8e93244bdbb02be53e231a85f598d7be129298 Mon Sep 17 00:00:00 2001 From: "elliass.chelloug" Date: Mon, 18 Oct 2021 17:18:46 +0200 Subject: [PATCH 2/2] --- src/java/bdd/PompierMysql.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/java/bdd/PompierMysql.java b/src/java/bdd/PompierMysql.java index 88e039d..f80c474 100644 --- a/src/java/bdd/PompierMysql.java +++ b/src/java/bdd/PompierMysql.java @@ -155,4 +155,5 @@ public class PompierMysql { } return id; } + }