update to jakarta + servlet 4.0

This commit is contained in:
Yoann
2024-03-25 15:36:23 +01:00
parent a176363d1f
commit 99dd56029d
10 changed files with 49 additions and 53 deletions

View File

@@ -53,7 +53,7 @@ Insérer du `code` :
```java
public interface ClientHandler {
public void handle();
void handle();
}
```