Move admin server flag to standalone server

master
David BRASSELY 2013-08-30 07:53:05 +02:00
parent d28c8e20da
commit 563424ac16
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class JSEPlatformContext implements com.sun.jbi.platform.PlatformContext
*/
public boolean isAdminServer()
{
return true;
return false;
}
/**