fixed 'line too long' checkstyle error

This commit is contained in:
Lars Kühne 2005-01-30 11:54:38 +00:00
parent e8f4d9a21d
commit f53dcc10b2
1 changed files with 4 additions and 4 deletions

View File

@ -76,8 +76,8 @@ public class RegexpHeaderCheck extends AbstractHeaderCheck
/**
* Sets the file that contains the header to check against.
* @param aFileName the file that contains the header to check against.
* @throws org.apache.commons.beanutils.ConversionException if the file cannot be loaded or one line
* is not a regexp.
* @throws org.apache.commons.beanutils.ConversionException if the file
* cannot be loaded or one line is not a regexp.
*/
public void setHeaderFile(String aFileName)
throws ConversionException
@ -90,8 +90,8 @@ public class RegexpHeaderCheck extends AbstractHeaderCheck
* Set the header to check against. Individual lines in the header
* must be separated by '\n' characters.
* @param aHeader header content to check against.
* @throws org.apache.commons.beanutils.ConversionException if the header cannot be loaded or one line
* is not a regexp.
* @throws org.apache.commons.beanutils.ConversionException if the header
* cannot be loaded or one line is not a regexp.
*/
public void setHeader(String aHeader)
{