Remove extra from getJavaType.

Bug: 32559427
Test: hidl_test_java

Change-Id: I1a96630eed1b61ab4ff2959ced2e83f94e8fb36d
diff --git a/VectorType.h b/VectorType.h
index 1bf9a54..91ac811 100644
--- a/VectorType.h
+++ b/VectorType.h
@@ -34,8 +34,7 @@
             StorageMode mode,
             bool specifyNamespaces) const override;
 
-    std::string getJavaType(
-            std::string *extra, bool forInitializer) const override;
+    std::string getJavaType(bool forInitializer) const override;
 
     std::string getVtsType() const override;