mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
2004-03-16 Michael Koch <konqueror@gmx.de>
* javax/swing/JTabbedPane.java (serialVersionUID): New field. From-SVN: r79531
This commit is contained in:
committed by
Michael Koch
parent
1adc3fecda
commit
8c7dca8f62
@@ -1,3 +1,8 @@
|
||||
2004-03-16 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* javax/swing/JTabbedPane.java
|
||||
(serialVersionUID): New field.
|
||||
|
||||
2004-03-16 Norbert Frese <postfach@nfrese.net>
|
||||
|
||||
* java/net/InetAddress.java
|
||||
|
||||
@@ -65,6 +65,8 @@ public class JTabbedPane extends JComponent implements Accessible, SwingConstant
|
||||
this.descr = descr;
|
||||
}
|
||||
}
|
||||
|
||||
private static final long serialVersionUID = 1614381073220130939L;
|
||||
|
||||
private Vector tabs = new Vector();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user