Commit 7e6ec0d8 by Michael Koch Committed by Michael Koch

2003-06-27 Michael Koch <konqueror@gmx.de>

	* java/text/Format.java
	(serialVersionUID): Fixed value.

From-SVN: r68576
parent 6ced3f39
2003-06-27 Michael Koch <konqueror@gmx.de> 2003-06-27 Michael Koch <konqueror@gmx.de>
* java/text/Format.java
(serialVersionUID): Fixed value.
2003-06-27 Michael Koch <konqueror@gmx.de>
* java/net/Inet4Address.java * java/net/Inet4Address.java
(Inet4Address): Made package-private. (Inet4Address): Made package-private.
* java/net/Inet6Address.java * java/net/Inet6Address.java
......
...@@ -59,7 +59,7 @@ import java.io.Serializable; ...@@ -59,7 +59,7 @@ import java.io.Serializable;
*/ */
public abstract class Format implements Serializable, Cloneable public abstract class Format implements Serializable, Cloneable
{ {
static final long serialVersionUID = -299282585814624189L; static final long serialVersionUID = 4479235611355683992L;
/** /**
* This method initializes a new instance of <code>Format</code>. * This method initializes a new instance of <code>Format</code>.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment