Skip to content
Snippets Groups Projects
Commit b861e1ba authored by Messadi Said Abdesslem's avatar Messadi Said Abdesslem
Browse files

fixed some typos

parent bad4f1de
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,6 @@ public class NodeImpl extends Node {
Message msg = inbox.next();
if (msg instanceof ElectionMessage) {
ElectionMessage electionMessage = (ElectionMessage) msg;
System.out.println(electionMessage.getId());
long id = electionMessage.getId();
if (id > this.getID()) {
this.partI = true;
......@@ -71,9 +70,7 @@ public class NodeImpl extends Node {
this.elected = false;
this.sendElected(id);
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment