documentation update v1.4.4

This commit is contained in:
Jeremy Long
2016-11-05 09:41:16 -04:00
parent e1a447f722
commit a1b5e3f7b0
1217 changed files with 79708 additions and 51391 deletions

View File

@@ -356,7 +356,7 @@
<a class="jxr_linenumber" name="L348" href="#L348">348</a> <em class="jxr_javadoccomment"> * Utility class that can provide values from a Properties object to a</em>
<a class="jxr_linenumber" name="L349" href="#L349">349</a> <em class="jxr_javadoccomment"> * StrSubstitutor.</em>
<a class="jxr_linenumber" name="L350" href="#L350">350</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L351" href="#L351">351</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/owasp/dependencycheck/xml/pom/Model.html">PropertyLookup</a> <strong class="jxr_keyword">extends</strong> StrLookup {
<a class="jxr_linenumber" name="L351" href="#L351">351</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/owasp/dependencycheck/xml/pom/Model.html">PropertyLookup</a> <strong class="jxr_keyword">extends</strong> StrLookup&lt;String&gt; {
<a class="jxr_linenumber" name="L352" href="#L352">352</a>
<a class="jxr_linenumber" name="L353" href="#L353">353</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L354" href="#L354">354</a> <em class="jxr_javadoccomment"> * Reference to the properties to lookup.</em>