backed out Olegs changes for #1257344 as per discussion on dev list

This commit is contained in:
Lars Kühne 2005-08-16 04:08:28 +00:00
parent 81a2263fef
commit 4f2f342589
3 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -31,7 +31,7 @@ import java.io.IOException;
* </p>
* @author <a href="mailto:lkuehne@users.sourceforge.net">Lars Kühne</a>
*/
public final class StringArrayReader extends Reader
final class StringArrayReader extends Reader
{
/** the underlying String array */
private final String[] mUnderlyingArray;

View File

@ -14,8 +14,7 @@
<p>New features:</p>
<ul>
<li>PropertyCacheFile & StringArrayReader are public now (bug
1257344)</li>
<li>TBD</li>
</ul>
<p>Fixed Bugs:</p>