Matthias Pfisterer wrote:
Hi,

another couple of fixes (attached).

Matthias


------------------------------------------------------------------------


Index: javax/swing/text/Position.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/text/Position.java,v
retrieving revision 1.2
diff -u -r1.2 Position.java
--- javax/swing/text/Position.java 30 Apr 2002 21:37:27 -0000 1.2
+++ javax/swing/text/Position.java 20 Jan 2004 21:24:01 -0000
@@ -40,7 +40,7 @@
public interface Position
{
- static class Bias
+ public static final class Bias
{
}

The "public" is the same problem as with Map.Entry, so consider this obsolete. The class should still become final, however.


Matthias


-- Matthias Pfisterer <mailto:[EMAIL PROTECTED]> Reuchlinstrasse 28 phone ++49-711-62 87 12 D-70176 Stuttgart (in Deutschland 0711-62 87 12) GERMANY

Work like you don't need the money.
Love like you've never been hurt.
Dance like nobody is watching.

Java Sound Resources (examples, FAQ, applications):
http://www.jsresources.org/

Tritonus, the open source implementation of the Java Sound API:
http://www.tritonus.org/
--------------------------------------------------------------



_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to