commit | d40ddbfc4470113287945aad5fcc111bd421c24b | [log] [tgz] |
---|---|---|
author | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Thu Jul 25 15:40:47 2013 -0700 |
committer | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Thu Jul 25 15:40:47 2013 -0700 |
tree | a733ff57dd546c43719588b5c3b0d5c27c178dfa | |
parent | 6e2130cdca1ae9e861b662d303a380df84cddab5 [diff] |
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