Loading tools/java-event-log-tags.py +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ def javaName(name): out += "_" return out javaTypes = ["ERROR", "int", "long", "String", "Object[]"] javaTypes = ["ERROR", "int", "long", "String", "Object[]", "float"] for t in tagfile.tags: methodName = javaName("write_" + t.tagname) if t.description: Loading Loading
tools/java-event-log-tags.py +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ def javaName(name): out += "_" return out javaTypes = ["ERROR", "int", "long", "String", "Object[]"] javaTypes = ["ERROR", "int", "long", "String", "Object[]", "float"] for t in tagfile.tags: methodName = javaName("write_" + t.tagname) if t.description: Loading