removed old obsolete check for "prototype" in some user method
This commit is contained in:
parent
cb388203d2
commit
4cd1f12700
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue