common: Fix @since tags in DecimalUnitFormat and DataSizeWithUnitFormat
authorPatrick Tasse <patrick.tasse@gmail.com>
Sat, 3 Dec 2016 13:40:05 +0000 (08:40 -0500)
committerPatrick Tasse <patrick.tasse@gmail.com>
Mon, 5 Dec 2016 14:38:03 +0000 (09:38 -0500)
Change-Id: I7bb99c6f966cdd4e66138c71e0806f8caf9e68ea
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/86303
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
common/org.eclipse.tracecompass.common.core/src/org/eclipse/tracecompass/common/core/format/DataSizeWithUnitFormat.java
common/org.eclipse.tracecompass.common.core/src/org/eclipse/tracecompass/common/core/format/DecimalUnitFormat.java

index 489819ffc900e7d12fdaf7a743d96f2c09a94207..907b61220e486060308a598f93ec6b6d33436419 100644 (file)
@@ -82,7 +82,7 @@ public class DataSizeWithUnitFormat extends Format {
     }
 
     /**
-     * @since 2.1
+     * @since 2.2
      */
     @Override
     public Number parseObject(String source, ParsePosition pos) {
index 75e4b0a8d5a4e9ae4901e0e618ca6274f79a60e2..d3ef2567be50703128677d71a20d535de7b571c1 100644 (file)
@@ -142,7 +142,7 @@ public class DecimalUnitFormat extends Format {
     }
 
     /**
-     * @since 2.1
+     * @since 2.2
      */
     @Override
     public Number parseObject(String source, ParsePosition pos) {
This page took 0.026258 seconds and 5 git commands to generate.