~ubuntu-branches/ubuntu/precise/commons-csv/precise

« back to all changes in this revision

Viewing changes to src/java/org/apache/commons/csv/ExtendedBufferedReader.java

  • Committer: Bazaar Package Importer
  • Author(s): Jan-Pascal van Best
  • Date: 2008-09-10 20:58:00 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20080910205800-ohoq6075nafu8n2b
Tags: upstream-0.1-SNAPSHOT+svn678580
ImportĀ upstreamĀ versionĀ 0.1-SNAPSHOT+svn678580

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 * is supported by the reader as well.
35
35
 * 
36
36
 */
37
 
public class ExtendedBufferedReader extends BufferedReader  {
 
37
class ExtendedBufferedReader extends BufferedReader  {
38
38
 
39
39
  
40
40
  /** the end of stream symbol */