Bug 5540 - PortConvertor, MatchConvertor
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / sal / convertor / match / MatchConvertor.java
index 0192fffedd5d2e503ee6e7121af2461d7aeb2d4b..2524e64e12bac251c2f79fb1fe4ca5e91d4dbafc 100644 (file)
@@ -1,5 +1,5 @@
-/**
- * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+/*
+ * Copyright (c) 2016 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,
@@ -13,7 +13,8 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026
 
 /**
  * converting from MD-SAL match model into appropriate OF-API match model
- * @param <E>  type of converted match
+ *
+ * @param <E> type of converted match
  */
 public interface MatchConvertor<E> extends Convertor<Match, E> {