/[classpath]/classpath/javax/swing/text/rtf/RTFScanner.java
ViewVC logotype

Diff of /classpath/javax/swing/text/rtf/RTFScanner.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by gnu_andrew, Sun Mar 13 14:38:45 2005 UTC revision 1.1.2.2 by gnu_andrew, Mon Apr 18 01:37:41 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package javax.swing.text.rtf;  package javax.swing.text.rtf;
40    
 import java.io.BufferedInputStream;  
41  import java.io.BufferedReader;  import java.io.BufferedReader;
42  import java.io.IOException;  import java.io.IOException;
43  import java.io.InputStream;  import java.io.InputStream;
44  import java.io.InputStreamReader;  import java.io.InputStreamReader;
45  import java.io.Reader;  import java.io.Reader;
46    
   
47  /**  /**
48   * Provides a scanner that scans an {@link InputStream} for tokens of the   * Provides a scanner that scans an {@link InputStream} for tokens of the
49   * RTF syntax.   * RTF syntax.

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26