Replace CapList with EvictingQueue 57/3457/2
authorGary Wu <gary.i.wu@huawei.com>
Fri, 14 Apr 2017 20:44:13 +0000 (13:44 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 12 Jul 2017 19:03:01 +0000 (19:03 +0000)
commit7e98568a30f329ae6f84da2ade5fe4bbfdf2a352
treef09cae301f6e2646367f9ac0e1cc7dcb8da98e81
parentdd60339b06d252fcb1382aa97ab3d65b37dad021
Replace CapList with EvictingQueue

The functionality of CapList is already provided
by com.google.common.collect.EvictingQueue, so there's
no need to implement our own.  This change replaces
CapList with a synchronized EvictingQueue.

Change-Id: I2f7b72bf27169bb90d0bd20f289686685e7f06bf
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
catalog-be/src/main/java/org/openecomp/sdc/common/transaction/mngr/TransactionManager.java
common-app-api/src/main/java/org/openecomp/sdc/common/datastructure/CapList.java [deleted file]
common-app-api/src/test/java/org/openecomp/sdc/common/data_structure/CapListTest.java [deleted file]