http-client-branch: review comment - remove ineffectual usages of @Stable, qualified export from base, typo http-client-branch
authorchegar
Tue, 17 Apr 2018 16:46:18 +0100
branchhttp-client-branch
changeset 56447 4bdc5e09260e
parent 56446 eaa8b1fbfb23
child 56451 9585061fdb04
http-client-branch: review comment - remove ineffectual usages of @Stable, qualified export from base, typo
src/java.base/share/classes/module-info.java
--- a/src/java.base/share/classes/module-info.java	Tue Apr 17 16:39:19 2018 +0100
+++ b/src/java.base/share/classes/module-info.java	Tue Apr 17 16:46:18 2018 +0100
@@ -204,7 +204,7 @@
         jdk.internal.jvmstat;
     exports jdk.internal.vm.annotation to
         jdk.unsupported,
-        jdk.internal.vm.ci,
+        jdk.internal.vm.ci;
     exports jdk.internal.util.jar to
         jdk.jartool;
     exports sun.net to