Refactor PAP REST controller 34/79734/2
authorJim Hahn <jrh3@att.com>
Tue, 5 Mar 2019 20:15:28 +0000 (15:15 -0500)
committerJim Hahn <jrh3@att.com>
Tue, 5 Mar 2019 21:04:00 +0000 (21:04 +0000)
commit3408d318059c2d299f8a3020fb1a91da1b8cec55
tree375fca880fe288c6f980328e77bad131c0f271fd
parenta950874eb1ab8560fc86a50890c4bc8b84650d9e
Refactor PAP REST controller

Split health check and statistics REST controllers out of the
PAP REST controller and made PAP REST controller into a superclass.

Change-Id: I6f492c9fd5d058d81143ed34d70760dbd05a5770
Issue-ID: POLICY-1542
Signed-off-by: Jim Hahn <jrh3@att.com>
main/src/main/java/org/onap/policy/pap/main/rest/HealthCheckRestControllerV1.java [new file with mode: 0644]
main/src/main/java/org/onap/policy/pap/main/rest/PapRestController.java [deleted file]
main/src/main/java/org/onap/policy/pap/main/rest/PapRestControllerV1.java [new file with mode: 0644]
main/src/main/java/org/onap/policy/pap/main/rest/PapRestServer.java
main/src/main/java/org/onap/policy/pap/main/rest/StatisticsRestControllerV1.java [new file with mode: 0644]