/[classpath]/classpath/java/io/PrintStream.java
ViewVC logotype

Diff of /classpath/java/io/PrintStream.java

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

revision 1.20 by jfrijters, Mon Oct 11 14:08:07 2004 UTC revision 1.21 by tromey, Mon Nov 8 23:04:32 2004 UTC
# Line 87  public class PrintStream extends FilterO Line 87  public class PrintStream extends FilterO
87     */     */
88    private class ForwardStream extends OutputStream    private class ForwardStream extends OutputStream
89    {    {
90        // This is package-private to avoid a trampoline constructor.
91        ForwardStream ()
92        {
93        }
94    
95      public void close () throws IOException      public void close () throws IOException
96      {      {
97        out.close ();        out.close ();

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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