/[classpath]/classpath/javax/swing/text/GapContent.java
ViewVC logotype

Diff of /classpath/javax/swing/text/GapContent.java

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

revision 1.5.2.1 by gnu_andrew, Sun Jan 16 02:14:50 2005 UTC revision 1.5.2.2 by gnu_andrew, Sun Jan 16 15:15:13 2005 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package javax.swing.text;  package javax.swing.text;
40    
41  import java.io.Serializable;  import java.io.Serializable;
# Line 57  public class GapContent Line 58  public class GapContent
58    
59    public GapContent(int size)    public GapContent(int size)
60    {    {
61        buf.append("\n");
62    }    }
63    
64    public Position createPosition(final int offset) throws BadLocationException    public Position createPosition(final int offset) throws BadLocationException

Legend:
Removed from v.1.5.2.1  
changed lines
  Added in v.1.5.2.2

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