From: Robert Varga Date: Tue, 10 May 2016 12:16:27 +0000 (+0200) Subject: BUG-5626: use Identifier instead of String X-Git-Tag: release/boron~187 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=348a37f613ef444b10a0e65b400390396552fc48;hp=348a37f613ef444b10a0e65b400390396552fc48 BUG-5626: use Identifier instead of String Using a String for identifying replication entries is not flexible enough. Yangtools has an Identifier concept and utility classes that make this more flexible. Use these so we can evolve the identifiers we use to track requests. Change-Id: Ie5794d1e929300928c57cbec6d2fe22329fe6a5e Signed-off-by: Robert Varga ---