Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Expose Host Load for Java API through JNI
[simgrid.git] / examples / java / dht / kademlia / Common.java
index 381cf38..80b3b82 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2014, 2016. The SimGrid Team.
+/* Copyright (c) 2012-2018. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -13,7 +13,7 @@ public class Common {
 
   public static final int RANDOM_LOOKUP_INTERVAL = 100;
 
-  public static final int alpha = 3;
+  public static final int ALPHA = 3;
 
   public static final int IDENTIFIER_SIZE = 32;
   /* Maximum size of the buckets */