Fix checkstyle problems not detected by the current version
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / policy / TestOnlyRaftPolicy.java
index 83f9d3d277f2bc89a39f3decf6edad4163cf5df0..1f786137f798ac1a65bdb2de8d07bf65b4a57e1e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 2015, 2017 Cisco Systems, Inc. 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,
@@ -8,7 +8,6 @@
 
 package org.opendaylight.controller.cluster.datastore.policy;
 
-
 import org.opendaylight.controller.cluster.raft.policy.RaftPolicy;
 
 /**