Bug 5578 Improve frsync (cleaning) 84/41384/2
authorAndrej Leitner <anleitne@cisco.com>
Wed, 6 Jul 2016 07:53:44 +0000 (09:53 +0200)
committerAndrej Leitner <anleitne@cisco.com>
Wed, 6 Jul 2016 09:47:15 +0000 (11:47 +0200)
commit048b140495244d00f65fd0e5e73f171e147af2a8
treeb4acfce12cc32e5a8a4f1a65c3ded8fbf334508e
parent99ff88ba55a73ccb09e47876051aea339366ee12
Bug 5578 Improve frsync (cleaning)

 - method for RPC results merge moved into utils
 - updated tests
 - renamed methods according to functionality changes
 - improved comments

Change-Id: I705941d48e7f459cea9df61487b6a4392480b54f
Signed-off-by: Andrej Leitner <anleitne@cisco.com>
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/SalFlatBatchServiceImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/batch/BatchStepJob.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/batch/FlatBatchFlowAdapters.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/batch/FlatBatchGroupAdapters.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/batch/FlatBatchMeterAdapters.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/util/FlatBatchUtil.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/batch/FlatBatchFlowAdaptersTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/batch/FlatBatchGroupAdaptersTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/batch/FlatBatchMeterAdaptersTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/util/FlatBatchUtilTest.java