Fix Java 8 javadoc compatibility
[openflowjava.git] / simple-client / src / main / java / org / opendaylight / openflowjava / protocol / impl / clients / ListeningSimpleClient.java
index 0288745fdc7cfd423b7177a9dc74eb635f152629..559c2279f81e7a9321eda696cc49bfb58a058edd 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 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.clients;
 
 import io.netty.bootstrap.ServerBootstrap;
@@ -33,7 +40,6 @@ public class ListeningSimpleClient implements OFClient {
     /**
      * Constructor of the class
      *
-     * @param host address of host
      * @param port host listening port
      */
     public ListeningSimpleClient(int port) {
@@ -121,4 +127,4 @@ public class ListeningSimpleClient implements OFClient {
     public int getPort() {
         return this.port;
     }
-}
\ No newline at end of file
+}