Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
chase a few more rules
[simgrid.git] / examples / java / app / bittorrent / Connection.java
index 3143889..668283a 100644 (file)
@@ -9,7 +9,7 @@ import java.util.Arrays;
 
 public class Connection {
   protected int id;
-  protected char bitfield[];
+  protected char[] bitfield;
   protected String mailbox;
   // Indicates if we are interested in something this peer has
   protected boolean amInterested = false;