From bc10724b702e1ba6e9d9c549271838b8bfcb8a52 Mon Sep 17 00:00:00 2001 From: "clementine.desrucques" Date: Mon, 18 Oct 2021 11:33:16 +0200 Subject: [PATCH] --- src/java/com/test/forms/authentifForm.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/java/com/test/forms/authentifForm.java diff --git a/src/java/com/test/forms/authentifForm.java b/src/java/com/test/forms/authentifForm.java new file mode 100644 index 0000000..8f908b5 --- /dev/null +++ b/src/java/com/test/forms/authentifForm.java @@ -0,0 +1,14 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ +package com.test.forms; + +/** + * + * @author clementine.desrucques + */ +public class authentifForm { + +}