rfe #1041590, allow header specification directly in checkstyle config file
This commit is contained in:
parent
d1a2974764
commit
d8fcf45143
|
|
@ -158,7 +158,8 @@ public class RegexpHeaderCheck extends AbstractHeaderCheck
|
|||
}
|
||||
catch (RESyntaxException ex) {
|
||||
throw new ConversionException(
|
||||
"line " + i + " in header specification is not a regular expression");
|
||||
"line " + i + " in header specification"
|
||||
+ " is not a regular expression");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue