AccessibleText.java: Cleaned up imports.
2004-04-22 Dalibor Topic <robilad@kaffe.org> * javax/accessibility/AccessibleText.java: Cleaned up imports. From-SVN: r81008
This commit is contained in:
parent
827555ea3e
commit
32bfc77344
@ -1,3 +1,8 @@
|
||||
2004-04-22 Dalibor Topic <robilad@kaffe.org>
|
||||
|
||||
* javax/accessibility/AccessibleText.java:
|
||||
Cleaned up imports.
|
||||
|
||||
2004-04-22 Jeroen Frijters <jeroen@sumatra.nl>
|
||||
|
||||
* java/net/URLStreamHandler.java
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* AccessibleText.java -- aids in accessibly manipulating text
|
||||
Copyright (C) 2000, 2002 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,8 +38,9 @@ exception statement from your version. */
|
||||
|
||||
package javax.accessibility;
|
||||
|
||||
import java.awt.Rectangle;
|
||||
import java.awt.Point;
|
||||
import java.awt.Rectangle;
|
||||
|
||||
import javax.swing.text.AttributeSet;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user