fixed 'line too long' checkstyle error
This commit is contained in:
parent
e8f4d9a21d
commit
f53dcc10b2
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue