2003-12-20 Michael Koch <konqueror@gmx.de>
* java/io/ObjectStreamField.java (isUnshared): Added documentation.
From-SVN: r74894
+2003-12-20 Michael Koch <konqueror@gmx.de>
+
+ * java/io/ObjectStreamField.java (isUnshared): Added documentation.
+
2003-12-20 Mohan Embar <gnustuff@thisiscool.com>
* gnu/java/nio/SelectorImpl.java
offset = off;
}
+ /**
+ * This method returns whether the field represented by this object is
+ * unshared or not.
+ *
+ * @return Tells if this field is unshared or not.
+ */
public boolean isUnshared ()
{
return unshared;