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

@@ -126,7 +126,7 @@
<a class="jxr_linenumber" name="L118" href="#L118">118</a> }
<a class="jxr_linenumber" name="L119" href="#L119">119</a> } <strong class="jxr_keyword">catch</strong> (DatabaseException ex) {
<a class="jxr_linenumber" name="L120" href="#L120">120</a> LOGGER.debug(<span class="jxr_string">"Database Exception opening databases to retrieve properties"</span>, ex);
<a class="jxr_linenumber" name="L121" href="#L121">121</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../org/owasp/dependencycheck/data/update/exception/UpdateException.html">UpdateException</a>(<span class="jxr_string">"Error occured updating database properties."</span>);
<a class="jxr_linenumber" name="L121" href="#L121">121</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../org/owasp/dependencycheck/data/update/exception/UpdateException.html">UpdateException</a>(<span class="jxr_string">"Error occurred updating database properties."</span>);
<a class="jxr_linenumber" name="L122" href="#L122">122</a> } <strong class="jxr_keyword">catch</strong> (InvalidSettingException ex) {
<a class="jxr_linenumber" name="L123" href="#L123">123</a> LOGGER.debug(<span class="jxr_string">"Unable to determine if autoupdate is enabled"</span>, ex);
<a class="jxr_linenumber" name="L124" href="#L124">124</a> } <strong class="jxr_keyword">finally</strong> {