version 1.4.0 documentation

This commit is contained in:
Jeremy Long
2016-06-16 19:24:14 -04:00
parent 60c8655b95
commit 427a7b4ec8
1209 changed files with 57762 additions and 51538 deletions

View File

@@ -248,7 +248,7 @@
<a class="jxr_linenumber" name="L240" href="#L240">240</a>
<a class="jxr_linenumber" name="L241" href="#L241">241</a> Set&lt;String&gt; vendorWeightings = Collections.singleton(<span class="jxr_string">"apache"</span>);
<a class="jxr_linenumber" name="L242" href="#L242">242</a>
<a class="jxr_linenumber" name="L243" href="#L243">243</a> List&lt;IndexEntry&gt; result = instance.searchCPE(vendor, product, productWeightings, vendorWeightings);
<a class="jxr_linenumber" name="L243" href="#L243">243</a> List&lt;IndexEntry&gt; result = instance.searchCPE(vendor, product, vendorWeightings, productWeightings);
<a class="jxr_linenumber" name="L244" href="#L244">244</a> instance.close();
<a class="jxr_linenumber" name="L245" href="#L245">245</a>
<a class="jxr_linenumber" name="L246" href="#L246">246</a> <strong class="jxr_keyword">boolean</strong> found = false;