doclint fixes

This commit is contained in:
Jeremy Long
2016-03-05 13:18:28 -05:00
parent 4b33ed25d5
commit 3d3b861ba0

View File

@@ -37,7 +37,7 @@ public class CweHandler extends DefaultHandler {
/**
* Returns the HashMap of CWE entries (CWE-ID, Full CWE Name).
*
* @return a HashMap of CWE entries <String, String>
* @return a HashMap of CWE entries &lt;String, String&gt;
*/
public HashMap<String, String> getCwe() {
return cwe;