From f53dcc10b28a954e590ff377f370ba1bf6487d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Sun, 30 Jan 2005 11:54:38 +0000 Subject: [PATCH] fixed 'line too long' checkstyle error --- .../tools/checkstyle/checks/header/RegexpHeaderCheck.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/header/RegexpHeaderCheck.java b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/header/RegexpHeaderCheck.java index 94f45ad9d..68e9e3137 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/header/RegexpHeaderCheck.java +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/header/RegexpHeaderCheck.java @@ -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) {