Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Move some code in a simgrid::surf namespace
[simgrid.git] / src / bindings / java / org / simgrid / surf / NetworkAction.java
index c1b758d..a307477 100644 (file)
@@ -1,6 +1,6 @@
 /* ----------------------------------------------------------------------------
  * This file was automatically generated by SWIG (http://www.swig.org).
- * Version 2.0.11
+ * Version 2.0.12
  *
  * Do not make changes to this file unless you know what you are doing--modify
  * the SWIG interface file instead.
@@ -8,10 +8,6 @@
 
 package org.simgrid.surf;
 
-/**
-  * An network action created by network model
-  * @see NetworkLink
-  */
 public class NetworkAction extends Action {
   private long swigCPtr;
 
@@ -39,10 +35,6 @@ public class NetworkAction extends Action {
     super.delete();
   }
 
-  
-  /**
-    * @return The latency of the action
-    */
   public double getLatency() {
     return SurfJNI.NetworkAction_getLatency(swigCPtr, this);
   }