Commit aa7f7531 by Michael Koch Committed by Michael Koch

2003-03-31 Michael Koch <konqueror@gmx.de>

	* java/rmi/dgc/VMID.java
	(isUnique): Deprecated.

From-SVN: r65083
parent 155de338
2003-03-31 Michael Koch <konqueror@gmx.de>
* java/rmi/dgc/VMID.java
(isUnique): Deprecated.
2003-03-31 Michael Koch <konqueror@gmx.de>
* java/io/File.java
(separator): Merged documentation from classpath.
(separatorChar): Merged documentation from classpath.
......
......@@ -78,6 +78,9 @@ public final class VMID implements Serializable
uid = new UID();
}
/**
* @deprecated
*/
public static boolean isUnique ()
{
return areWeUnique;
......
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