fixed null reference :-)
This commit is contained in:
parent
f02124d9d3
commit
a743ec6339
|
|
@ -12,8 +12,8 @@
|
|||
whether to check that each file begins with a specified header. The header
|
||||
contents are specified in the file. If no file is specified, checkstyle does
|
||||
not check for a header. The property type is
|
||||
<a href="property_types.html#string">string</a> and defaults to
|
||||
<span class="default">null</span> (which means do not check).</p>
|
||||
<a href="property_types.html#string">string</a> and defaults to an empty string
|
||||
(which means do not check).</p>
|
||||
|
||||
<p>The property <span class="code">checkstyle.header.ignoreline</span>
|
||||
specifies the line numbers to ignore when matching lines in a header file. The
|
||||
|
|
|
|||
Loading…
Reference in New Issue