You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by tz...@apache.org on 2015/02/03 15:52:01 UTC

crunch git commit: CRUNCH-498: Remove the deprecated RedundantThrows from checkstyle.xml

Repository: crunch
Updated Branches:
  refs/heads/master e84751081 -> 5dccb5330


CRUNCH-498: Remove the deprecated RedundantThrows from checkstyle.xml


Project: http://git-wip-us.apache.org/repos/asf/crunch/repo
Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/5dccb533
Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/5dccb533
Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/5dccb533

Branch: refs/heads/master
Commit: 5dccb5330e947b80a22c813d2e0d519c8e470f03
Parents: e847510
Author: tzolov <ch...@gmail.com>
Authored: Tue Feb 3 14:56:32 2015 +0100
Committer: tzolov <ch...@gmail.com>
Committed: Tue Feb 3 15:48:55 2015 +0100

----------------------------------------------------------------------
 src/main/config/checkstyle.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/crunch/blob/5dccb533/src/main/config/checkstyle.xml
----------------------------------------------------------------------
diff --git a/src/main/config/checkstyle.xml b/src/main/config/checkstyle.xml
index 7cb721b..888d20f 100644
--- a/src/main/config/checkstyle.xml
+++ b/src/main/config/checkstyle.xml
@@ -87,9 +87,6 @@ under the License.
       <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
     </module>
     <module name="MissingSwitchDefault"/>
-    <module name="RedundantThrows">
-      <property name="suppressLoadErrors" value="true"/>
-    </module>
     <module name="SimplifyBooleanExpression"/>
     <module name="SimplifyBooleanReturn"/>
     <module name="DesignForExtension">