aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/music/datastore/jsonobjects/JsonDelete.java
AgeCommit message (Collapse)AuthorFilesLines
2019-09-26Split music src into music-core and music-restArthur Martella1-313/+0
Separating music into two directories to build with two pom files. Hopefully this should allow both jars to be deployed in nexus. Do not merge without careful review!!! Issue-ID: MUSIC-505 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: I9dd2074e7f4499216c2bcd00095829dd43e2d0f9
2019-08-16Issue-ID: MUSIC-481. Removed commented out lines of code.Mamtha1-10/+3
Issue-ID: MUSIC-481. Removed commented out code. Code cleanup Change-Id: I1565f2d9312a9d6daa232074fee35577dfe197c2 Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
2019-07-11Sonar Fix: Marked field as privateSudarshan Kumar1-2/+2
Sonar Fix: Marked field as private Issue-ID: MUSIC-434 Change-Id: If2e2e405933173b2b5eb09f407492a5097f4a291 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-07-02MUSIC-ORM-ImplemetationSudarshan Kumar1-0/+229
MUSIC-ORM-Implemetation Issue-ID: MUSIC-348 Change-Id: Ifb6d4a1f331e080bdbeab236942e73ab13a69dad Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-05-16CADI and a few small updates.Nelson, Thomas (arthurdent3)1-1/+2
- Include CADI and remove Admin API and admin code. - A few Sonar Fixes. - Properties File Clean up. - Read/Write Locking API. - Various whitespace fixes. Issue-ID: MUSIC-394 Change-Id: I58e1b64b71796bb6bda1c97ea688f434a836d3c7 Signed-off-by: Nelson, Thomas (arthurdent3) <nelson24@att.com>
2019-02-19Fixed major Sonar issues in JsonDeleter.bogacki1-4/+6
Removed unnecessary imports. Changed return type from ArrayList to List. Change-Id: I9a17c9848b33be9f6ca5a2d51ee4b3f18abfcc38 Issue-ID: MUSIC-338 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-01-29Push variuos changesNelson,Thomas(tn1381)(arthurdent3)1-3/+2
- Spring Boot - Cadi - Cassandra Locking Change-Id: Ie9882f81f0ca141bdb7862cdabf978481fcd7c4a Issue-ID: MUSIC-296,MUSIC-272 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-09-03JsonDelete.java: Fixed sonar issueArundathi Patil1-1/+3
Fixed sonar issue, declare variable on seperate line. Issue-ID: MUSIC-121 Change-Id: Idf2cdb49a7d021d275dea5685a77e98b9c94fe9e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-03-18CLM ChangesThomas Nelson Jr (arthurdent3) tn1381@att.com1-0/+4
Change-Id: Id34c036653bf0816e5c67004e4dcf7da90e470e7 Issue-ID: MUSIC-47, MUSIC-48, MUSIC-49 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-02-05Initial code Import.arthurdent31-0/+83
Issue-ID: MUSIC-21 Change-Id: I89ceab0891b4b7cb999dab532d6bae9092f027cc Signed-off-by: arthurdent3 <tn1381@att.com>