X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fsrc%2Ftest%2Fjava%2Forg%2Foransc%2Fpolicyagent%2FMockPolicyAgent.java;h=2b66a353c94006666d564dd8d137080e7df106cc;hb=c683cd55dff59dd3d67cf409e397298bee5b7b91;hp=481a1fe1d6b2824c03b0cca45cda2b6456d55e21;hpb=e2ac0dcf30eaf828a7c7bbd722730410f4110030;p=nonrtric.git diff --git a/policy-agent/src/test/java/org/oransc/policyagent/MockPolicyAgent.java b/policy-agent/src/test/java/org/oransc/policyagent/MockPolicyAgent.java index 481a1fe1..2b66a353 100644 --- a/policy-agent/src/test/java/org/oransc/policyagent/MockPolicyAgent.java +++ b/policy-agent/src/test/java/org/oransc/policyagent/MockPolicyAgent.java @@ -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) {