From e952d4dff48ef64b24d39649b8e2f0dc6369f3fd Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Sun, 1 Dec 2002 04:22:06 +0000 Subject: [PATCH] petty --- .../com/puppycrawl/tools/checkstyle/ConfigurationLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/ConfigurationLoader.java b/src/checkstyle/com/puppycrawl/tools/checkstyle/ConfigurationLoader.java index 2eec1a9de..0c655305a 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/ConfigurationLoader.java +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/ConfigurationLoader.java @@ -139,7 +139,7 @@ class ConfigurationLoader * @throws CheckstyleException if an error occurs */ public static Configuration loadConfiguration(String aConfigFname, - Properties aOverrideProps) + Properties aOverrideProps) throws CheckstyleException { try {