Formatting fixes

This commit is contained in:
hns 2002-04-26 14:05:47 +00:00
parent 8c4e0ed609
commit b49b50449e

View file

@ -1172,15 +1172,6 @@ public class Application extends UnicastRemoteObject implements IRemoteApp, IPat
xmlrpcAccess.checkAccess (proto, method); xmlrpcAccess.checkAccess (proto, method);
} }
/**
* Decides whether subnode condition should be checked for cached nodes. This is on by default
* and can be switched off by adding "subnodeChecking=false" in the app.properties file.
* It is recommended to leave it on except you suffer severe performance problems and know what you do.
*/
/* public boolean doesSubnodeChecking () {
return checkSubnodes;
}*/
} }
@ -1239,7 +1230,9 @@ class XmlRpcAccess {
/* /*
* create internal representation of XML-RPC-Permissions. They're encoded in the app property * create internal representation of XML-RPC-Permissions. They're encoded in the app property
* file like this: * file like this:
*
* xmlrpcAccess = root.sayHello, story.countMessages, user.login * xmlrpcAccess = root.sayHello, story.countMessages, user.login
*
* i.e. a prototype.method entry for each function callable via XML-RPC. * i.e. a prototype.method entry for each function callable via XML-RPC.
*/ */
private void init () { private void init () {