Corrected problem where property JAVADOC_CHECK_UNUSED_THROWS_PROP not being

set.
This commit is contained in:
Oliver Burn 2002-07-03 23:45:37 +00:00
parent e8d3bc4502
commit f5d8599819
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ public class Configuration
setBooleanProperty(aProps, Defn.IGNORE_IMPORT_LENGTH_PROP);
setHeaderIgnoreLines(aProps.getProperty(Defn.HEADER_IGNORE_LINE_PROP));
setBooleanProperty(aProps, Defn.HEADER_LINES_REGEXP_PROP);
setBooleanProperty(aProps, Defn.JAVADOC_CHECK_UNUSED_THROWS_PROP);
final String fname = aProps.getProperty(Defn.HEADER_FILE_PROP);
if (fname != null) {