mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
ObjectStreamField.java (isUnshared): Added documentation.
2003-12-20 Michael Koch <konqueror@gmx.de> * java/io/ObjectStreamField.java (isUnshared): Added documentation. From-SVN: r74894
This commit is contained in:
committed by
Michael Koch
parent
781f4ec18f
commit
70d26e8152
@@ -205,6 +205,12 @@ public class ObjectStreamField implements Comparable
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user