Fix minor typos from previous patches 29/88129/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Feb 2020 14:59:15 +0000 (15:59 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Feb 2020 15:04:20 +0000 (16:04 +0100)
Copyrhing header is wrong and we have an extra empty line, clean
that up.

JIRA: MDSAL-392
Change-Id: Id9dcbf88c12a86d6358fc400705b729f394db398
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
dom/mdsal-dom-schema-osgi/src/main/java/org/opendaylight/mdsal/dom/schema/osgi/impl/YangModuleInfoScanner.java
features/odl-mdsal-binding-runtime-api/pom.xml

index 1033e4d909a1f1b7168169e9be97957ddbaadb33..a3c3458659ca7015242fc9d04ffebafe4026f516 100644 (file)
@@ -108,7 +108,6 @@ final class YangModuleInfoScanner extends BundleTracker<List<ObjectRegistration<
         }
     }
 
-
     @Override
     public void removedBundle(final Bundle bundle, final BundleEvent event,
             final List<ObjectRegistration<YangModuleInfo>> regs) {
index f84fe8b9a69d2384290c61aaf6fc3c5b6dcb8338..5c5b29d9fd5e302b8365892c9c31e3829301f135 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright © 2016, 2017 Red Hat, Inc. and others.  All rights reserved.
+ Copyright © 2020 PANTHEON.tech, s.r.o. and others.  All rights reserved.
 
  This program and the accompanying materials are made available under the
  terms of the Eclipse Public License v1.0 which accompanies this distribution,