You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/06/27 18:47:42 UTC

commons-crypto git commit: RedundantThrows has been chucked

Repository: commons-crypto
Updated Branches:
  refs/heads/master 86ea9e1f4 -> 1b4690e06


RedundantThrows has been chucked

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/1b4690e0
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/1b4690e0
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/1b4690e0

Branch: refs/heads/master
Commit: 1b4690e0611f9ffd77b59319ec4184367ef05b65
Parents: 86ea9e1
Author: Sebb <se...@apache.org>
Authored: Mon Jun 27 19:47:38 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Mon Jun 27 19:47:38 2016 +0100

----------------------------------------------------------------------
 checkstyle.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/1b4690e0/checkstyle.xml
----------------------------------------------------------------------
diff --git a/checkstyle.xml b/checkstyle.xml
index 79943fb..796ec19 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -36,9 +36,6 @@ limitations under the License.
     <module name="RedundantImport"/>
     <module name="UnusedImports"/>
     <module name="NeedBraces"/>
-    <module name="RedundantThrows">
-      <property name="allowUnchecked" value="true"/>
-    </module>
     <module name="JavadocMethod">
       <property name="allowUndeclaredRTE" value="true"/>
     </module>