analysis: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / views / uml2sd / handlers / ConfigureMinMax.java
index 6cdd5712fdc4f985275bbd55d5b475daa52a5002..73734193ae59603a989350330200e3c66f0d6481 100755 (executable)
@@ -18,9 +18,7 @@ import org.eclipse.tracecompass.tmf.ui.views.uml2sd.dialogs.MinMaxDialog;
 /**
  * Action class implementation to configure minimum and maximum time range values.
  *
- * @version 1.0
  * @author sveyrier
- *
  */
 public class ConfigureMinMax extends BaseSDAction {
 
@@ -28,7 +26,6 @@ public class ConfigureMinMax extends BaseSDAction {
      * Constructor
      * @param view
      *          the sequence diagram view reference
-     * @since 2.0
      */
     public ConfigureMinMax(SDView view) {
         super(view);
This page took 0.026322 seconds and 5 git commands to generate.