Fix Jdk8 compatibility
[openflowplugin.git] / extension / openflowplugin-extension-api / src / main / java / org / opendaylight / openflowplugin / extension / api / GroupingResolver.java
index 77ac35505636a11d01ae5cb332b04280b6eb44be..c360637d3ce47c31baf57903c1a31496eaad619f 100644 (file)
@@ -19,7 +19,7 @@ import com.google.common.base.Preconditions;
 /**
  * Provides augmentation resolving upon given {@link Augmentable}.
  * Used {@link #classes} share the same {@link Augmentable}.
- * <br/>
+ * <br>
  * <b>Usage:</b> in case there is {@link Augmentable} which might contain
  * multiple {@link Augmentation}s depending on origin. And those {@link Augmentation}s 
  * are sharing the same grouping so that they could be processed in the same way.
@@ -74,4 +74,4 @@ public class GroupingResolver<G, T extends Augmentable<T>> {
         }
         return Optional.absent();
     }
-}
\ No newline at end of file
+}