We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abca811 commit b4c18f1Copy full SHA for b4c18f1
java_generate/ReferenceGenerator/src/writers/BaseWriter.java
@@ -411,7 +411,7 @@ protected static String getXMLDescription(Document doc)
411
412
protected static HashMap<String, String> getDefaultDescriptionVars ()
413
{
414
- HashMap<String,String> vars = new HashMap();
+ HashMap<String, String> vars = new HashMap<String, String>();
415
vars.put("description title", "Description");
416
vars.put("description text", "");
417
return vars;
0 commit comments