From 5b1179e875130975410bedf6af46d8f5fcc37bc5 Mon Sep 17 00:00:00 2001 From: Pavel Dolgov Date: Fri, 18 Nov 2016 17:58:45 +0300 Subject: [PATCH] Java: Edited description of the inspection "Non-accessible type is exposed" (IDEA-162768) --- .../Java9NonAccessibleTypeExposed.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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