fixed null reference :-)

This commit is contained in:
Oliver Burn 2002-09-04 11:54:51 +00:00
parent f02124d9d3
commit a743ec6339
1 changed files with 2 additions and 2 deletions

View File

@ -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