Merge "Added check of callback URL in service registration"
[nonrtric.git] / policy-agent / src / test / java / org / oransc / policyagent / MockPolicyAgent.java
index 481a1fe..2b66a35 100644 (file)
@@ -131,11 +131,9 @@ public class MockPolicyAgent {
 
     private void keepServerAlive() throws InterruptedException {
         logger.info("Keeping server alive!");
-
         synchronized (this) {
             this.wait();
         }
-
     }
 
     private static String title(String jsonSchema) {