Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a message to the user to specify our requirement for Boost version
[simgrid.git] / examples / java / kademlia / PingAnswerTask.java
index 3f83893..d6dd4a0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012. The SimGrid Team.
+/* Copyright (c) 2012-2014, 2016. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -7,10 +7,7 @@
 package kademlia;
 
 public class PingAnswerTask extends KademliaTask {
-       /**
-        * Constructor
-        */
-       public PingAnswerTask(int senderId) {
-               super(senderId);
-       }
+  public PingAnswerTask(int senderId) {
+    super(senderId);
+  }
 }