Fix simple Javadoc warnings
[deliverable/tracecompass.git] / statesystem / org.eclipse.tracecompass.statesystem.core / src / org / eclipse / tracecompass / statesystem / core / ITmfStateSystemBuilder.java
index 9868ab253411184f1b8d8e00fec829ff63fa645a..9cd6dbf8d992a29c1117112dcc9fc8b10bf6dbd8 100644 (file)
@@ -146,7 +146,11 @@ public interface ITmfStateSystemBuilder extends ITmfStateSystem {
      *             If the given timestamp is invalid
      * @throws AttributeNotFoundException
      *             If the quark is invalid
+     * @deprecated Use
+     *             {@link StateSystemBuilderUtils#incrementAttributeInt(ITmfStateSystemBuilder, long, int, int)}
+     *             instead
      */
+    @Deprecated
     void incrementAttribute(long t, int attributeQuark)
             throws AttributeNotFoundException, StateValueTypeException;
 
This page took 0.026003 seconds and 5 git commands to generate.