diff --git a/resources-en/src/inspectionDescriptions/Java9NonAccessibleTypeExposed.html b/resources-en/src/inspectionDescriptions/Java9NonAccessibleTypeExposed.html index dd8f5008a01c..4b120ac6356f 100644 --- a/resources-en/src/inspectionDescriptions/Java9NonAccessibleTypeExposed.html +++ b/resources-en/src/inspectionDescriptions/Java9NonAccessibleTypeExposed.html @@ -1,7 +1,10 @@
-A module in Java 9 may hide some of its classes by not exporting their packages.+A module in Java 9 may hide some of its classes by not exporting their packages. +
If the public API of a class in an exported package references a class from non-exported package, such API isn't useful outside of the module. +
+New in 2017.1 \ No newline at end of file