Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / examples / deprecated / java / dht / chord / Common.java
index 854912a..2b7b293 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2020. The SimGrid Team.
+/* Copyright (c) 2006-2022. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -9,7 +9,7 @@ package dht.chord;
 public class Common {
   public static final int COMM_SIZE = 10;
   public static final int COMP_SIZE = 0;
-  
+
   public static final int NB_BITS = 24;
   public static final int NB_KEYS = 16777216;
   public static final int TIMEOUT = 50;