Fix javadoc warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / core / HotSpot.java
index f9a81bf886a8118404c66be96554cafec0b3b76d..50c1089c2bd46312711e98487feb5b69ea14b8a0 100755 (executable)
@@ -74,7 +74,7 @@ public class HotSpot extends GraphNode {
     /**
      * Set the lifeline on which the execution occurrence appears.
      * 
-     * @param theLifeline - the parent lifeline
+     * @param occ the parent lifeline
      */
     public void setExecution(BasicExecutionOccurrence occ) {
         execOcc = occ;
This page took 0.023423 seconds and 5 git commands to generate.