correction execute

This commit is contained in:
trochas
2025-11-07 10:41:45 +01:00
parent 3bf6870439
commit 92f37c6485
3 changed files with 2 additions and 3 deletions

View File

@@ -44,7 +44,6 @@ public class CapteurImpl implements Capteur {
for (ObserverDeCapteurAsync canal : observers) {
canal.update(this);
}
this.diffusion.execture();
}
//AO2 - Concrete Servant

View File

@@ -11,7 +11,7 @@ public class DiffusionAtomique implements AlgoDiffusion {
}
@Override
public void execture() {
public void execute() {
// TODO Auto-generated method stub
throw new UnsupportedOperationException("Unimplemented method 'execture'");
}