From 7c5d4c1692b9f235c61ac6b94476ae7d817d5e85 Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Wed, 16 Jan 2013 21:36:27 -0800 Subject: [PATCH] Strip down trailing whitespace. I have Eclipse configured to do that automatically when saving file. I decided to finally commit those changes to files I touch a lot. --- interface/src/main/java/xsbti/compile/Setup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/main/java/xsbti/compile/Setup.java b/interface/src/main/java/xsbti/compile/Setup.java index 050e20c2f..9a2a6bf4c 100644 --- a/interface/src/main/java/xsbti/compile/Setup.java +++ b/interface/src/main/java/xsbti/compile/Setup.java @@ -19,7 +19,7 @@ public interface Setup boolean skip(); /** The file used to cache information across compilations. - * This file can be removed to force a full recompilation. + * This file can be removed to force a full recompilation. * The file should be unique and not shared between compilations. */ File cacheFile();