Remove <> on javadoc
diff --git a/java_gen/pre-written/src/main/java/org/projectfloodlight/openflow/types/IPAddress.java b/java_gen/pre-written/src/main/java/org/projectfloodlight/openflow/types/IPAddress.java
index ca2eb9f..e1f739d 100644
--- a/java_gen/pre-written/src/main/java/org/projectfloodlight/openflow/types/IPAddress.java
+++ b/java_gen/pre-written/src/main/java/org/projectfloodlight/openflow/types/IPAddress.java
@@ -41,14 +41,14 @@
     public abstract boolean isBroadcast();
 
     /**
-     * Perform a low level AND operation on the bits of two IPAddress<> objects
+     * Perform a low level AND operation on the bits of two IPAddress objects
      * @param   other IPAddress
      * @return  new IPAddress object after the AND oper
      */
     public abstract F and(F other);
 
     /**
-     * Perform a low level OR operation on the bits of two IPAddress<> objects
+     * Perform a low level OR operation on the bits of two IPAddress objects
      * @param   other IPAddress
      * @return  new IPAddress object after the AND oper
      */