From 605b0026681abbd08d2a4089261f106ec23caa0a Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Sun, 23 Oct 2011 15:58:35 +1100 Subject: [PATCH] forcing a commit --- .../checkstyle/indentation/InputValidTryResourcesIndent.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/testinputs/com/puppycrawl/tools/checkstyle/indentation/InputValidTryResourcesIndent.java b/src/testinputs/com/puppycrawl/tools/checkstyle/indentation/InputValidTryResourcesIndent.java index c8ef57cb6..07d99f053 100644 --- a/src/testinputs/com/puppycrawl/tools/checkstyle/indentation/InputValidTryResourcesIndent.java +++ b/src/testinputs/com/puppycrawl/tools/checkstyle/indentation/InputValidTryResourcesIndent.java @@ -5,6 +5,7 @@ import java.io.IOException; import java.util.jar.JarInputStream; import java.util.jar.Manifest; +// Forcing a commit class InputValidTryResourcesIndent { // Taken from JDK7 java.lang.Package src code.