From 218bbeb80dd12f2c48ab8b93d486bfbdefffde5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lars=20K=C3=BChne?= headers
---
docs/config_import.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/config_import.html b/docs/config_import.html
index 8bcd1cefc..6fd0f993d 100644
--- a/docs/config_import.html
+++ b/docs/config_import.html
@@ -13,6 +13,8 @@ whether to check import statements. The property type is boolean and defaults to false.
Checkstyle uses a simple but very reliable algorithm to report on unused import statements. An import statement is considered unused if:
The property checkstyle.illegal.imports contains the set of import illegal package prefixes for import statements. The property @@ -44,4 +47,4 @@ Pure Java.
Copyright © 2002 Oliver Burn. All rights Reserved.