Java: Edited description of the inspection "Non-accessible type is exposed" (IDEA-162768)

This commit is contained in:
Pavel Dolgov
2016-11-21 14:32:45 +03:00
parent c323980d20
commit 5b1179e875
@@ -1,7 +1,10 @@
<html>
<body>
A module in Java 9 may hide some of its classes by not exporting their packages.<p>
A module in Java 9 may hide some of its classes by not exporting their packages.
<p>
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.
<p>
<small>New in 2017.1</small>
</body>
</html>