762763764765766767768769770771772
try { FedoraClient client = new FedoraClient(ServerUtility.getBaseURL(getProtocol()), getUsername(), getPassword()); client.reloadPolicies(); System.out.println(" Done Reloading Policies"); } catch (Exception e) { throw new RuntimeException(e); } }