X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-ssh%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetconf%2Fssh%2Fosgi%2FAuthProviderTracker.java;fp=opendaylight%2Fnetconf%2Fnetconf-ssh%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetconf%2Fssh%2Fosgi%2FAuthProviderTracker.java;h=f1de980e88cf49f315b8d46d7fa1da2575d3ad0e;hb=c05081da57a5f4740e77c50692735fb02f041657;hp=f88e45f592399440df7eafbfb6715a4d83bd402f;hpb=51145748ea0c38e8bbfe4bf7a5b2b993f0879974;p=controller.git diff --git a/opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/controller/netconf/ssh/osgi/AuthProviderTracker.java b/opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/controller/netconf/ssh/osgi/AuthProviderTracker.java index f88e45f592..f1de980e88 100644 --- a/opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/controller/netconf/ssh/osgi/AuthProviderTracker.java +++ b/opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/controller/netconf/ssh/osgi/AuthProviderTracker.java @@ -47,7 +47,7 @@ final class AuthProviderTracker implements ServiceTrackerCustomizer reference) { + private static Integer getPreference(final ServiceReference reference) { final Object preferenceProperty = reference.getProperty(AuthConstants.SERVICE_PREFERENCE_KEY); return preferenceProperty == null ? Integer.MIN_VALUE : Integer.valueOf(preferenceProperty.toString()); }