diff options
-rwxr-xr-x | yarp/templates/template.rb | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -9,6 +9,9 @@ module YARP SERIALIZE_ONLY_SEMANTICS_FIELDS = ENV.fetch("YARP_SERIALIZE_ONLY_SEMANTICS_FIELDS", false) # This represents a field on a node. It contains all of the necessary # information to template out the code for that field. class Field @@ -91,7 +94,7 @@ module YARP end def java_type - "byte[]" end end @@ -103,7 +106,7 @@ module YARP end def java_type - "byte[]" end end @@ -115,7 +118,7 @@ module YARP end def java_type - "byte[][]" end end |