[multiple changes]
2004-09-09 Michael Koch <konqueror@gmx.de> * java/security/ProtectionDomain.java, * java/util/PropertyPermissionCollection.java: Fixed javadocs all over. 2004-09-09 Sven de Marothy <sven@physto.se> Patch from David Gilbert <david.gilbert@object-refinery.com> * java/lang/Comparable.java: Fixed documentation errors. * java/util/Arrays.java: Likewise. 2004-09-09 Andrew John Hughes <gnu_andrew@member.fsf.org> * java/net/Inet4Address.java (Inet4Address): Added comment to serialization UID. * java/text/Format.java (Format): Added comment to serialization UID. From-SVN: r87248
This commit is contained in:
parent
21b11495d7
commit
4166b03640
7 changed files with 52 additions and 23 deletions
|
@ -60,6 +60,9 @@ import java.io.Serializable;
|
|||
*/
|
||||
public abstract class Format implements Serializable, Cloneable
|
||||
{
|
||||
/**
|
||||
* For compatability with Sun's JDK 1.4.2 rev. 5
|
||||
*/
|
||||
static final long serialVersionUID = -299282585814624189L;
|
||||
|
||||
public static class Field extends AttributedCharacterIterator.Attribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue