This commit is contained in:
Minh VU
2024-11-28 10:59:06 +01:00
parent d3f78c7ec1
commit d73649f77f
3 changed files with 28 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
public class Stand_de_cuisson extends Employe {
public class Stand_de_cuisson {
public synchronized void finir_cuit(){
}
}