Make this final field static too 37/95837/1
authoranushadasari <danush10@in.ibm.com>
Tue, 17 Sep 2019 17:02:51 +0000 (22:32 +0530)
committeranushadasari <danush10@in.ibm.com>
Tue, 17 Sep 2019 17:03:14 +0000 (22:33 +0530)
commit6ecb0f85a1896c3f9480579c4d98327666d282f5
tree6c86c2621bf875dcd06f3881963203a71fca8bda
parent2b8e68eb0de9052ce86d7312ec5e454d3c06d2e4
Make this final field static too

Making a public constant just final as opposed to static final leads to duplicating its value for every instance of the class, uselessly increasing the amount of memory required to execute the application.

Issue-ID: AAF-983
Change-Id: Ibbf0ab51f83fe4e1acc3b6be11228d8063a94fea
Signed-off-by: anushadasari <danush10@in.ibm.com>
auth/auth-gui/src/main/java/org/onap/aaf/auth/gui/pages/RequestDetail.java