aboutsummaryrefslogtreecommitdiffstats
path: root/music-core/src/main/java/org/onap/music/main/DeadlockDetectionUtil.java
AgeCommit message (Collapse)AuthorFilesLines
2020-05-28lowered some code smellsIndrijeet kumar1-4/+3
lowered some code smells Issue-ID: PORTAL-869 Change-Id: Ia92c254b9fb9ddfe9db63889808eea07557c198a Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-06removed code smellsRupinder1-5/+10
Removed some unused imports and 2 statments from one line Issue-ID: PORTAL-869 Change-Id: I99f97a7a7c16a4ff2d28c40cfd88546dfe799a29 Signed-off-by: Rupindewr<rupinsi1@in.ibm.com>
2019-09-26Split music src into music-core and music-restArthur Martella1-0/+148
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