From a743ec63395eeadd67793b4d0e2574a67fe5bbb7 Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Wed, 4 Sep 2002 11:54:51 +0000 Subject: [PATCH] fixed null reference :-) --- docs/checks_header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/checks_header.html b/docs/checks_header.html index 7625e197d..fb6727eb1 100644 --- a/docs/checks_header.html +++ b/docs/checks_header.html @@ -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 -string and defaults to -null (which means do not check).

+string and defaults to an empty string +(which means do not check).

The property checkstyle.header.ignoreline specifies the line numbers to ignore when matching lines in a header file. The