From 4f2f342589c710d31ad0ac93b56755c41dd73f73 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lars=20K=C3=BChne?=
Date: Tue, 16 Aug 2005 04:08:28 +0000
Subject: [PATCH] backed out Olegs changes for #1257344 as per discussion on
dev list
---
.../com/puppycrawl/tools/checkstyle/PropertyCacheFile.java | 2 +-
.../com/puppycrawl/tools/checkstyle/StringArrayReader.java | 2 +-
src/xdocs/releasenotes.xml | 3 +--
3 files changed, 3 insertions(+), 4 deletions(-)
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:
- - PropertyCacheFile & StringArrayReader are public now (bug
- 1257344)
+ - TBD
Fixed Bugs: