--- old/core/tests/org.openjdk.jmc.common.test/src/test/java/org/openjdk/jmc/common/test/mock/item/MockAttributes.java 2019-02-27 20:13:01.000000000 +0100 +++ new/core/tests/org.openjdk.jmc.common.test/src/test/java/org/openjdk/jmc/common/test/mock/item/MockAttributes.java 2019-02-27 20:13:01.000000000 +0100 @@ -40,14 +40,14 @@ @SuppressWarnings("nls") public class MockAttributes { - public static final String DOUBLE_VALUE_ID = "mock/doubletype"; //$NON-NLS-1$ - public static final String LONG_INDEX_ID = "mock/index"; //$NON-NLS-1$ + public static final String DOUBLE_VALUE_ID = "mock/doubletype"; + public static final String LONG_INDEX_ID = "mock/index"; /* * NOTE: Need to be the same as the actual attribute used in Flight Recorder. Maybe use constant * from somewhere else? If stacktrace mocking is moved to flightrecorder.test then we could * perhaps use accessor from there. */ - public static final String STACKTRACE_ID = "stackTrace"; //$NON-NLS-1$ + public static final String STACKTRACE_ID = "stackTrace"; public static final IAttribute DOUBLE_VALUE = Attribute.attr(DOUBLE_VALUE_ID, "A double value", UnitLookup.NUMBER);