mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 10:01:35 +01:00
doclint fixes
This commit is contained in:
@@ -37,7 +37,7 @@ public class CweHandler extends DefaultHandler {
|
|||||||
/**
|
/**
|
||||||
* Returns the HashMap of CWE entries (CWE-ID, Full CWE Name).
|
* 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 <String, String>
|
||||||
*/
|
*/
|
||||||
public HashMap<String, String> getCwe() {
|
public HashMap<String, String> getCwe() {
|
||||||
return cwe;
|
return cwe;
|
||||||
|
|||||||
Reference in New Issue
Block a user