From 2ada148fdb0ccca82f435bc6ef76c6753cd978df Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Thu, 30 Jan 2014 09:37:31 +0000 Subject: [PATCH] Allow declaring subclasses in exceptions. The eclipse plugin for checkstyle sometimes flagged this as errors. Since we have decided to be explicit in the Javadoc, we have to allow it. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1562756 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/checkstyle.xml b/checkstyle.xml index 73989f4f0..0bc3b6c23 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -46,7 +46,14 @@ + + + + + + +