Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
unspecified
-
None
-
None
-
Operating System: All
Platform: All
-
1917
Description
It is present as both:
SNBIRegistrar.java and SnbiRegistrar.java
This requires a case sensitive local file system which is probably an assumption we do not want to make.
southplugin/implementation/src/main/java/org/opendaylight/snbi/southplugin/SNBIRegistrar.java
Interestingly, the code currently uses SNBIRegistrar here:
southplugin/implementation/src/main/java/org/opendaylight/snbi/southplugin/CertManager.java
southplugin/implementation/src/main/java/org/opendaylight/snbi/southplugin/SNBICAInterfaces.java
While using the SnbiRegistrar everywhere else.