diff options
author | Conor Ward <conor.ward@ericsson.com> | 2018-09-19 15:07:46 +0000 |
---|---|---|
committer | Conor Ward <conor.ward@ericsson.com> | 2018-09-19 15:07:46 +0000 |
commit | 5ecbc83f99f72a197447857f8520449d4cba040e (patch) | |
tree | a4430e9ce3e69bb1af286852eee7d5feeec4253b /datarouter-subscriber/src | |
parent | c2c9a18dc3212fa69bcb173f5b0ed97c7996c044 (diff) |
Fix Sonar bugs
Change-Id: I76b212bf18e2988cba90869fe078aa922c23b44b
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DMAAP-638
Diffstat (limited to 'datarouter-subscriber/src')
-rw-r--r-- | datarouter-subscriber/src/main/java/org/onap/dmaap/datarouter/subscriber/SampleSubscriberServlet.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/datarouter-subscriber/src/main/java/org/onap/dmaap/datarouter/subscriber/SampleSubscriberServlet.java b/datarouter-subscriber/src/main/java/org/onap/dmaap/datarouter/subscriber/SampleSubscriberServlet.java index 58bc4c40..38425748 100644 --- a/datarouter-subscriber/src/main/java/org/onap/dmaap/datarouter/subscriber/SampleSubscriberServlet.java +++ b/datarouter-subscriber/src/main/java/org/onap/dmaap/datarouter/subscriber/SampleSubscriberServlet.java @@ -38,8 +38,8 @@ public class SampleSubscriberServlet extends HttpServlet { private static Logger logger = Logger.getLogger("org.onap.dmaap.datarouter.subscriber.SampleSubscriberServlet"); - private String outputDirectory; - private String basicAuth; + private static String outputDirectory; + private static String basicAuth; /** * Configure the SampleSubscriberServlet. |