[ctf] Fixes multiple coding style issues while reading ctf Types.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / event / types / VariantDeclaration.java
index 42a9f431dc6d4b5e7d4a9b0d0210d8b1e0ad7f47..0e526ae8c773bc3d9434136122174a0da4cced86 100644 (file)
@@ -41,10 +41,9 @@ public class VariantDeclaration implements IDeclaration {
     // ------------------------------------------------------------------------
 
     /**
-     * constructor
+     * Constructor
      */
     public VariantDeclaration() {
-
     }
 
     // ------------------------------------------------------------------------
@@ -76,7 +75,7 @@ public class VariantDeclaration implements IDeclaration {
     }
 
     /**
-     * gets current variant tag
+     * Gets current variant tag
      * @return the variant tag.
      */
     public String getTag() {
This page took 0.023938 seconds and 5 git commands to generate.