BUG 2245 - Fixed Redundant Modifier
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / connection / ShutdownProvider.java
index 58d4c271f91806d03b1400f0cf5c3922707e6c3a..facecb9fbd295234a4ee4d8e8455164d7048c709 100644 (file)
@@ -1,4 +1,11 @@
-/* Copyright (C)2013 Pantheon Technologies, s.r.o. All rights reserved. */
+/*
+ * Copyright (c) 2013 Pantheon Technologies 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,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+
 
 package org.opendaylight.openflowjava.protocol.impl.connection;
 
@@ -13,6 +20,6 @@ public interface ShutdownProvider {
     /**
      * @return shutdown future 
      */
-    public ListenableFuture<Boolean> shutdown();
+    ListenableFuture<Boolean> shutdown();
 
 }