Fix some minor sonar warnings
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / repo / api / SchemaRepository.java
index 73569d384d3cd76091466ebe5474c70a96b57e6c..c86c25eb81a8febff2020e814b485e34e2487c19 100644 (file)
@@ -3,15 +3,13 @@
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at http://www.eclipse.org/legal/eplv10.html
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 package org.opendaylight.yangtools.yang.model.repo.api;
 
 import com.google.common.annotations.Beta;
 import com.google.common.util.concurrent.CheckedFuture;
-
 import javax.annotation.Nonnull;
-
 import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 
 /**