mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-14 14:11:35 +01:00
fixed typo
This commit is contained in:
@@ -60,7 +60,7 @@ public class HintHandler extends DefaultHandler {
|
|||||||
/**
|
/**
|
||||||
* Attribute name.
|
* Attribute name.
|
||||||
*/
|
*/
|
||||||
private static final String DUPLIACE = "dupliace";
|
private static final String DUPLICATE = "duplicate";
|
||||||
/**
|
/**
|
||||||
* Attribute name.
|
* Attribute name.
|
||||||
*/
|
*/
|
||||||
@@ -194,7 +194,7 @@ public class HintHandler extends DefaultHandler {
|
|||||||
}
|
}
|
||||||
rule.addFilename(pt);
|
rule.addFilename(pt);
|
||||||
} else if (VENDOR_DUPLICATING_RULE.equals(qName)) {
|
} else if (VENDOR_DUPLICATING_RULE.equals(qName)) {
|
||||||
vendorDuplicatingHintRules.add(new VendorDuplicatingHintRule(attr.getValue(VALUE), attr.getValue(DUPLIACE)));
|
vendorDuplicatingHintRules.add(new VendorDuplicatingHintRule(attr.getValue(VALUE), attr.getValue(DUPLICATE)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user