diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/PropertyCacheFile.java b/src/checkstyle/com/puppycrawl/tools/checkstyle/PropertyCacheFile.java index 1c1b28e6b..a90957758 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/PropertyCacheFile.java +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/PropertyCacheFile.java @@ -40,7 +40,7 @@ import com.puppycrawl.tools.checkstyle.api.Utils; * * @author Oliver Burn */ -public final class PropertyCacheFile +final class PropertyCacheFile { /** * The property key to use for storing the hashcode of the diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/StringArrayReader.java b/src/checkstyle/com/puppycrawl/tools/checkstyle/StringArrayReader.java index 1e6230193..8c559cce2 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/StringArrayReader.java +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/StringArrayReader.java @@ -31,7 +31,7 @@ import java.io.IOException; *
* @author Lars Kühne */ -public final class StringArrayReader extends Reader +final class StringArrayReader extends Reader { /** the underlying String array */ private final String[] mUnderlyingArray; diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml index 6e9906f88..c527789b1 100755 --- a/src/xdocs/releasenotes.xml +++ b/src/xdocs/releasenotes.xml @@ -14,8 +14,7 @@New features:
Fixed Bugs: