fix typo JEP-349-branch
authormgronlun
Wed, 30 Oct 2019 11:38:40 +0100
branchJEP-349-branch
changeset 58855 83c307e00630
parent 58854 a79e68ec829a
child 58862 abeb87af766e
fix typo
test/jdk/jdk/jfr/api/consumer/streaming/TestRepositoryProperty.java
--- a/test/jdk/jdk/jfr/api/consumer/streaming/TestRepositoryProperty.java	Wed Oct 30 11:28:38 2019 +0100
+++ b/test/jdk/jdk/jfr/api/consumer/streaming/TestRepositoryProperty.java	Wed Oct 30 11:38:40 2019 +0100
@@ -90,7 +90,7 @@
             r.start();
             String location = System.getProperty(JFR_REPOSITORY_LOCATION_PROPERTY);
             if (location == null) {
-                throw new AssertionError("Repository path should exist before JFR is initialized");
+                throw new AssertionError("Repository path should exist after JFR is initialized");
             }
             System.out.println("repository=" + location);
             Path p = Path.of(location);