You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2008/02/28 06:36:33 UTC

svn commit: r631853 - /commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/ExtendedBufferedReader.java

Author: bayard
Date: Wed Feb 27 21:36:32 2008
New Revision: 631853

URL: http://svn.apache.org/viewvc?rev=631853&view=rev
Log:
Making ExtendedBufferedReader package private to tighten the API - SANDBOX-219

Modified:
    commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/ExtendedBufferedReader.java

Modified: commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/ExtendedBufferedReader.java
URL: http://svn.apache.org/viewvc/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/ExtendedBufferedReader.java?rev=631853&r1=631852&r2=631853&view=diff
==============================================================================
--- commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/ExtendedBufferedReader.java (original)
+++ commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/ExtendedBufferedReader.java Wed Feb 27 21:36:32 2008
@@ -34,7 +34,7 @@
  * is supported by the reader as well.
  * 
  */
-public class ExtendedBufferedReader extends BufferedReader  {
+class ExtendedBufferedReader extends BufferedReader  {
 
   
   /** the end of stream symbol */