Cleaning up style checks in spi part 1
[neutron.git] / neutron-spi / src / main / java / org / opendaylight / neutron / spi / INeutronObject.java
index a6d4bfdb149a42d79326a0d8933254c706467639..d01ef0911e757224d45d2187df42bd6af2f518dd 100644 (file)
@@ -1,11 +1,9 @@
 /*
- * Copyright (C) 2014 Red Hat, Inc.
+ * Copyright (C) 2014 Red Hat, Inc.  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,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
- *
- *  Authors : Dave Tucker
  */
 
 package org.opendaylight.neutron.spi;
@@ -14,6 +12,8 @@ package org.opendaylight.neutron.spi;
  * This class contains behaviour common to Neutron configuration objects
  */
 public interface INeutronObject {
+
     public String getID();
+
     public void setID(String id);
 }