Fix mistaken Java wrapper type for "int".

Bug: 31485924
Change-Id: I612477c9eb20239dc9ada261aab4fbc38bf7a840
diff --git a/ScalarType.cpp b/ScalarType.cpp
index 96e27c4..b2b869e 100644
--- a/ScalarType.cpp
+++ b/ScalarType.cpp
@@ -85,8 +85,8 @@
         "Byte",
         "Short",
         "Short",
-        "Int",
-        "Int",
+        "Integer",
+        "Integer",
         "Long",
         "Long",
         "Float",