summaryrefslogtreecommitdiff
path: root/javax/swing/ViewportLayout.java
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2005-01-16 15:14:51 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2005-01-16 15:14:51 +0000
commitf3bca904add8a1e256b2c245c169e8e5a69efcd7 (patch)
tree4b18335ee421c49bcc9a418d9abc4193634986f7 /javax/swing/ViewportLayout.java
parente38101c185b90d301bac951b84a77ed711d18e54 (diff)
downloadclasspath-f3bca904add8a1e256b2c245c169e8e5a69efcd7.tar.gz
2005-01-16 Andrew John Hughes <gnu_andrew@member.fsf.org>
Final merge of HEAD patches to generics branch All changes are listed in merged Changelog. In addition, * java/lang/System.java: (getenv()): changed Runtime.securityManager to SecurityManager.current (getenv(String)): likewise (remove(String)): pointed to SystemProperties * gnu/classpath/SystemProperties.java: (remove(String)): implemented and documented
Diffstat (limited to 'javax/swing/ViewportLayout.java')
-rw-r--r--javax/swing/ViewportLayout.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/javax/swing/ViewportLayout.java b/javax/swing/ViewportLayout.java
index 190eaaaf5..4580cacda 100644
--- a/javax/swing/ViewportLayout.java
+++ b/javax/swing/ViewportLayout.java
@@ -52,7 +52,7 @@ import java.io.Serializable;
*/
public class ViewportLayout implements LayoutManager, Serializable
{
- static final long serialVersionUID = -788225906076097229L;
+ private static final long serialVersionUID = -788225906076097229L;
public ViewportLayout()
{