Fix compilation error 07/39907/4
authorRobert Varga <rovarga@cisco.com>
Mon, 6 Jun 2016 22:13:55 +0000 (00:13 +0200)
committerRobert Varga <rovarga@cisco.com>
Mon, 6 Jun 2016 23:00:19 +0000 (01:00 +0200)
commit159ab8006360ebb30cfb4252696b02d0479fd48c
tree3785dcc9b35de484e4639ed2b0b1060cac0f66f0
parent4062f5241a2a6f58ffb83dd1e9939ee66122d217
Fix compilation error

SourceIdentifier has lost the public constructor. Use the static
factory method instead.

Change-Id: I634f8b8c9e9f7b92a4edbbad4580fb1bdf179eaf
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/config/config-manager-facade-xml/src/main/java/org/opendaylight/controller/config/facade/xml/osgi/YangStoreSnapshot.java
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/schema/provider/impl/YangTextSchemaSourceSerializationProxy.java
opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/schema/provider/impl/RemoteSchemaProviderTest.java
opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/schema/provider/impl/RemoteYangTextSourceProviderImplTest.java
opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/schema/provider/impl/YangTextSourceSerializationProxyTest.java