fix: white board a toujours marché

This commit is contained in:
gdamms 2022-01-16 10:32:40 +01:00
parent ce0c59d56d
commit 10d40e3cc2

11
.vscode/launch.json vendored
View file

@ -4,6 +4,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Launch BasicTestCB",
@ -66,6 +67,16 @@
"rmi://localhost:4000/linda"
],
"projectName": "Projet PDR"
},
{
"type": "java",
"name": "Launch Whiteboard",
"request": "launch",
"mainClass": "linda.whiteboard.Whiteboard",
"args": [
"rmi://localhost:4000/linda"
],
"projectName": "Projet PDR"
}
]
}