Fix javadoc warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfTmfEventField.java
index 88c55e10044e216e95c5dcf8751871cbea9019c5..20234a1fde71c9237c9d156607b884c6aeb923e8 100644 (file)
@@ -139,7 +139,7 @@ public abstract class CtfTmfEventField implements ITmfEventField {
     /**
      * Return the int representing this field's value type
      * 
-     * @return
+     * @return the field type
      */
     public abstract int getFieldType();
 
@@ -147,16 +147,17 @@ public abstract class CtfTmfEventField implements ITmfEventField {
      * Return this field's value. You can cast it to the correct type depending
      * on what getFieldType says.
      * 
-     * @return
+     * @return the field value
      */
     @Override
     public abstract Object getValue();
 
     /**
-     * @name Other methods defined by ITmfEventField, but not used here: the CTF
+     * Other methods defined by ITmfEventField, but not used here: the CTF
      *       fields do not have sub-fields (yet!)
+     * 
+     * @return the field names
      */
-
     @Override
     public String[] getFieldNames() {
         return null;
This page took 0.024745 seconds and 5 git commands to generate.