tmf/lttng: Fix newly-introduced Javadoc warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / event / TmfTimestampFormat.java
index dac4ee3a5dffd4966ac437ddf92b2f4511c23e97..e6661fb226420eac7fb195e0de1894e809f6739a 100644 (file)
@@ -235,12 +235,15 @@ public class TmfTimestampFormat extends SimpleDateFormat {
      */
     protected String fSupplPatternLetters = "TSCN"; //$NON-NLS-1$
 
-    /**
+    /*
      * The bracketing symbols used to mitigate the risk of a format string
      * that contains escaped sequences that would conflict with our format
      * extension.
      */
+    /** The open bracket symbol */
     protected String fOpenBracket   = "[&"; //$NON-NLS-1$
+
+    /** The closing bracket symbol */
     protected String fCloseBracket  = "&]"; //$NON-NLS-1$
 
     // ------------------------------------------------------------------------
This page took 0.024368 seconds and 5 git commands to generate.