X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f9341c8e0d98d6de5a8c8a0c1c2b73b1fed89c1c..64c486e020945dc0c8efa6d68d1686252472fe40:/examples/java/bittorrent/Peer.java diff --git a/examples/java/bittorrent/Peer.java b/examples/java/bittorrent/Peer.java index 32c2d30a2d..29472f8539 100644 --- a/examples/java/bittorrent/Peer.java +++ b/examples/java/bittorrent/Peer.java @@ -481,8 +481,7 @@ public class Peer extends Process { peerChoosed = null; } j++; - } while (peerChoosed == null && j < - Common.MAXIMUM_PEERS); + } while (peerChoosed == null && j < Common.MAXIMUM_PEERS); } else { Connection fastest = null;