--- old/application/tests/org.openjdk.jmc.rjmx.services.jfr.test/src/test/java/org/openjdk/jmc/rjmx/services/jfr/test/JfrPackageExampleTest.java 2019-02-27 20:12:28.000000000 +0100 +++ new/application/tests/org.openjdk.jmc.rjmx.services.jfr.test/src/test/java/org/openjdk/jmc/rjmx/services/jfr/test/JfrPackageExampleTest.java 2019-02-27 20:12:28.000000000 +0100 @@ -63,9 +63,9 @@ @Test public void testPackageExample1FunctionalityVerbatim() throws Exception { - IConnectionDescriptor descriptor = new ConnectionDescriptorBuilder().hostName("localhost").port(0).build(); //$NON-NLS-1$ + IConnectionDescriptor descriptor = new ConnectionDescriptorBuilder().hostName("localhost").port(0).build(); IServerHandle serverHandle = IServerHandle.create(descriptor); - IConnectionHandle handle = serverHandle.connect("Get JFR recording info"); //$NON-NLS-1$ + IConnectionHandle handle = serverHandle.connect("Get JFR recording info"); try { IFlightRecorderService jfr = handle.getServiceOrThrow(IFlightRecorderService.class); for (IRecordingDescriptor desc : jfr.getAvailableRecordings()) { @@ -78,7 +78,7 @@ @Test public void testPackageExample2FunctionalityVerbatim() throws Exception { - IConnectionDescriptor descriptor = new ConnectionDescriptorBuilder().hostName("localhost").port(0).build(); //$NON-NLS-1$ + IConnectionDescriptor descriptor = new ConnectionDescriptorBuilder().hostName("localhost").port(0).build(); IServerHandle serverHandle = IServerHandle.create(descriptor); IConnectionHandle handle = serverHandle.connect("Start time bound flight recording"); try {