Merge "Use the new "Bool*" accessor methods for booleans instead of treating them like"
diff --git a/ScalarType.cpp b/ScalarType.cpp
index 036ba46..7cfacd5 100644
--- a/ScalarType.cpp
+++ b/ScalarType.cpp
@@ -59,7 +59,7 @@
 
 std::string ScalarType::getJavaSuffix() const {
     static const char *const kSuffix[] = {
-        "Int8",
+        "Bool",
         "Pointer",
         "Int8",
         "Int8",