removed old obsolete check for "prototype" in some user method

This commit is contained in:
hns 2001-08-30 22:26:54 +00:00
parent cb388203d2
commit 4cd1f12700

View file

@ -420,8 +420,6 @@ public class Application extends UnicastRemoteObject implements IRemoteApp, IRep
* Returns a Node representing a registered user of this application by his or her user name.
*/
public INode getUserNode (String uid) {
if ("prototype".equalsIgnoreCase (uid))
return null;
try {
INode users = getUserRoot ();
return users.getNode (uid, false);