diff options
author | Jim Hahn <jrh3@att.com> | 2020-02-18 12:25:37 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-02-19 12:45:30 -0500 |
commit | cbbc4a71ce71f22439b083107c65c22cc63bc9cc (patch) | |
tree | 5123d1b22ddd887d693b5007060cb3bdc7f0bad6 /models-interactions/model-impl/so/src/main | |
parent | 4ccc26577b51545b4b4db6823c6d926bc0ffc5a4 (diff) |
Add SO actor
Issue-ID: POLICY-2371
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I3faf0276e8039dc43a976d18ff8e704fdbec3d49
Diffstat (limited to 'models-interactions/model-impl/so/src/main')
-rw-r--r-- | models-interactions/model-impl/so/src/main/java/org/onap/policy/so/SoManager.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/models-interactions/model-impl/so/src/main/java/org/onap/policy/so/SoManager.java b/models-interactions/model-impl/so/src/main/java/org/onap/policy/so/SoManager.java index d8933c86c..51cca5225 100644 --- a/models-interactions/model-impl/so/src/main/java/org/onap/policy/so/SoManager.java +++ b/models-interactions/model-impl/so/src/main/java/org/onap/policy/so/SoManager.java @@ -47,6 +47,9 @@ import org.slf4j.LoggerFactory; * */ public final class SoManager { + + // TODO remove this class + private static final Logger logger = LoggerFactory.getLogger(SoManager.class); private static ExecutorService executors = Executors.newCachedThreadPool(); |