fix doc typo
diff --git a/java_gen/java_model.py b/java_gen/java_model.py
index 32a4c0e..3755c82 100644
--- a/java_gen/java_model.py
+++ b/java_gen/java_model.py
@@ -209,7 +209,7 @@
 
 class JavaOFClass(object):
     """ Models an OpenFlow Message class for the purpose of the java class.
-        Version agnostic, in contrast to the loxi_ir python model.
+        Version specific child of a JavaOFInterface
     """
     def __init__(self, interface, version, ir_class):
         self.interface = interface