You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2017/03/09 09:04:06 UTC

[lang] Fix checkstyle xml by closing module tag

Repository: commons-lang
Updated Branches:
  refs/heads/master d43e1d019 -> ee19f8247


Fix checkstyle xml by closing module tag


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

Branch: refs/heads/master
Commit: ee19f8247c4bc0335ad3efe212dc0bdce97e2034
Parents: d43e1d0
Author: Bruno P. Kinoshita <ki...@apache.org>
Authored: Thu Mar 9 22:03:56 2017 +1300
Committer: Bruno P. Kinoshita <ki...@apache.org>
Committed: Thu Mar 9 22:03:56 2017 +1300

----------------------------------------------------------------------
 checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/ee19f824/checkstyle.xml
----------------------------------------------------------------------
diff --git a/checkstyle.xml b/checkstyle.xml
index 9b6625e..d4df9da 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -42,6 +42,6 @@ limitations under the License.
     <module name="JavadocMethod">
       <property name="allowUndeclaredRTE" value="true"/>
     </module>
-    <module name="UpperEll">
+    <module name="UpperEll" />
  </module>
 </module>