mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
javadoc fix
This commit is contained in:
@@ -244,10 +244,13 @@ public class CPEAnalyzer extends AbstractAnalyzer {
|
||||
}
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* Returns the text created by concatenating the text and the values from
|
||||
* the EvidenceCollection (filtered for a specific confidence). This
|
||||
* attempts to prevent duplicate terms from being added.<br/<br/> Note, if
|
||||
* the evidence is longer then 200 characters it will be truncated.
|
||||
* attempts to prevent duplicate terms from being added.</p>
|
||||
* <p>
|
||||
* Note, if the evidence is longer then 200 characters it will be
|
||||
* truncated.</p>
|
||||
*
|
||||
* @param text the base text
|
||||
* @param evidence an iterable set of evidence to concatenate
|
||||
|
||||
@@ -30,7 +30,7 @@ import org.apache.lucene.analysis.tokenattributes.PositionIncrementAttribute;
|
||||
* the terms. If a term contains a non-alphanumeric character it may be split
|
||||
* into multiple terms:
|
||||
*
|
||||
* <table>
|
||||
* <table summary="Example filtering">
|
||||
* <tr><th>term</th><th>results in</th></tr>
|
||||
* <tr><td>bob</td><td>bob</td></tr>
|
||||
* <tr><td>bob-cat</td><td>bob cat</td></tr>
|
||||
|
||||
Reference in New Issue
Block a user