X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fpolicyagent%2Fclients%2FA1ClientFactory.java;h=6598c27672fa12e1b300e1fa3e9a5e6fad5acc48;hb=063e00d7a9f1f56c8b0714602fcaecb3c4eac951;hp=e340e6026128305cbb1c63af258ee34ecb4dcc41;hpb=cab4e22306e67088c0e9a195d25767929ed55ca7;p=nonrtric.git diff --git a/policy-agent/src/main/java/org/oransc/policyagent/clients/A1ClientFactory.java b/policy-agent/src/main/java/org/oransc/policyagent/clients/A1ClientFactory.java index e340e602..6598c276 100644 --- a/policy-agent/src/main/java/org/oransc/policyagent/clients/A1ClientFactory.java +++ b/policy-agent/src/main/java/org/oransc/policyagent/clients/A1ClientFactory.java @@ -45,10 +45,12 @@ public class A1ClientFactory { /** * Creates an A1 client with the correct A1 protocol for the provided Ric. * - *

It detects the protocol version by trial and error, since there is no getVersion method specified in the A1 + *

+ * It detects the protocol version by trial and error, since there is no getVersion method specified in the A1 * api yet. * - *

As a side effect it also sets the protocol version in the provided Ric. This means that after the first + *

+ * As a side effect it also sets the protocol version in the provided Ric. This means that after the first * successful creation it won't have to try which protocol to use, but can create the client directly. * * @param ric The Ric to get a client for.