Fix javadoc warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / experiment / TmfExperimentCheckpoint.java
index c3d8d1e57d02265a5b59d6c9fae3465b7eaca0e2..5c86755fe63d2b50e32e9818d7bdbf44412f216c 100644 (file)
@@ -34,8 +34,8 @@ public class TmfExperimentCheckpoint implements Comparable<TmfExperimentCheckpoi
     // ------------------------------------------------------------------------
 
     /**
-     * @param ts
-     * @param location
+     * @param ts the checkpoint timestamp
+     * @param contexts the corresponding set of trace contexts
      */
     public TmfExperimentCheckpoint(TmfTimestamp ts, TmfContext[] contexts) {
         fTimestamp = ts;
This page took 0.04229 seconds and 5 git commands to generate.