home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161a.iso / handson / files / copyjava.exe / com / sun / java / swing / text / rtf / RTFReader$InfoDestination.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-26  |  1.1 KB  |  13 lines

  1. package com.sun.java.swing.text.rtf;
  2.  
  3. class RTFReader$InfoDestination extends RTFReader.DiscardingDestination implements RTFReader.Destination {
  4.    // $FF: synthetic field
  5.    private final RTFReader this$0;
  6.  
  7.    RTFReader$InfoDestination(RTFReader var1) {
  8.       super(var1);
  9.       this.this$0 = var1;
  10.       this.this$0 = var1;
  11.    }
  12. }
  13.