classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: more diffs


From: Matthias Pfisterer
Subject: Re: more diffs
Date: Wed, 21 Jan 2004 18:53:34 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1

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:address@hidden>
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/
--------------------------------------------------------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]