aboutsummaryrefslogtreecommitdiff
path: root/structure/Router.java
diff options
context:
space:
mode:
authorLoic Guegan <16000511@e105m10.istic.univ-rennes1.fr>2016-03-29 10:42:20 +0200
committerLoic Guegan <16000511@e105m10.istic.univ-rennes1.fr>2016-03-29 10:42:20 +0200
commit3f97f9d8ac20bef90f05397dcf4971bc94d8edfb (patch)
tree9b4a36b1588aee6f5c18f7e86059cc6d1627222c /structure/Router.java
parent7f3a91e6dcbc8277613db6e21b2fd11b344f7a19 (diff)
Test
Diffstat (limited to 'structure/Router.java')
-rw-r--r--structure/Router.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/structure/Router.java b/structure/Router.java
index fce5977..3a8d8f9 100644
--- a/structure/Router.java
+++ b/structure/Router.java
@@ -22,7 +22,6 @@ public class Router {
public void buildLink(Router router, int weight){
this.links.remove(router);
router.removeLink(this);
-
this.links.put(router, weight);
router.addLink(this, weight);