From 485e05db239279af4caeaf76b406b058144ea438 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Thu, 13 Nov 2014 09:14:25 -0800 Subject: [PATCH] fix for checkstyle violation --- .../com/puppycrawl/tools/checkstyle/PropertyCacheFile.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/puppycrawl/tools/checkstyle/PropertyCacheFile.java b/src/main/java/com/puppycrawl/tools/checkstyle/PropertyCacheFile.java index cdfa1a2d5..6842dabee 100644 --- a/src/main/java/com/puppycrawl/tools/checkstyle/PropertyCacheFile.java +++ b/src/main/java/com/puppycrawl/tools/checkstyle/PropertyCacheFile.java @@ -35,9 +35,9 @@ import com.puppycrawl.tools.checkstyle.api.Utils; /** * This class maintains a persistent(on file-system) store of the files - * that have checked ok(no validation events) and their associated + * that have checked ok(no validation events) and their associated * timestamp. It is used to optimize Checkstyle between few launches. - * It is mostly useful for plugin and extensions of Checkstyle. + * It is mostly useful for plugin and extensions of Checkstyle. * It uses a property file * for storage. A hashcode of the Configuration is stored in the * cache file to ensure the cache is invalidated when the