Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce Java debt (endless wip)
[simgrid.git] / examples / java / dht / kademlia / Common.java
index 9ec3d57..890899f 100644 (file)
@@ -29,4 +29,7 @@ public class Common {
 
   public final static int MAX_STEPS = 10;
   public final static int JOIN_BUCKETS_QUERIES = 1;
+  private Common() {
+    throw new IllegalAccessError("Utility class");
+  }
 }