summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/att/dmf/mr/backends/memory
AgeCommit message (Collapse)AuthorFilesLines
2018-08-29Sonar major issuesSumapriya Sarvepalli1-3/+3
Replace with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-Vab632hFUzlqc5oV&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/memory/MemoryQueue.java Line No:L46 L105 L172 Change-Id: Ifce2d0206e1a0898aa238a86259de7b41b2c8a23 Issue-ID: DMAAP-672 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-24Sonar major issuesSurendra Reddy Katam1-3/+3
Replace the type specification in this constructor call with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/memory/MemoryMetaBroker.java Line No- L49 L51 L93 Change-Id: I7f0e0a4562a91d07969118bd6955bcfac6214f50 Issue-ID: DMAAP-640 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-08-14update the testcases after the kafka 11 changessunil unnava5-0/+788
Issue-ID: DMAAP-526 Change-Id: I477a8ee05fb3cdd76af726b6ca0d1a69aa9eef93 Signed-off-by: sunil unnava <su622b@att.com>