javadoc warnings cleanup

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6234 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch committed 2008-06-19 20:24:28 +00:00
1 parent 13327aea07
commit 81a79860f6
2 files changed
+2 -3

No files matched your search

+1 -2
View File
@@ -75,7 +75,6 @@ public class PMD {
/**
* Set the runtime configuration.
* @return The configuration.
* @see Configuration
*/
public void setConfiguration(Configuration configuration) {
@@ -110,7 +109,7 @@ public class PMD {
* If the LanguageVersion is <code>null</code> on the RuleContext, it will
* be automatically determined.
*
* @param inputStream The Reader to analyze.
* @param reader The Reader to analyze.
* @param ruleSets The collection of rules to process against the file.
* @param ctx The context in which PMD is operating.
* @throws PMDException if the input encoding is unsupported, the input stream could
+1 -1
View File
@@ -77,7 +77,7 @@ public class RuleContext {
* Set the File associated with the current source file.
* While this may be set to <code>null</code>, the exclude/include
* facilities will not work properly without a File.
* @return The File.
* @param sourceCodeFile The File.
*/
public void setSourceCodeFile(File sourceCodeFile) {
this.sourceCodeFile = sourceCodeFile;