Skip to content

Commit acb3115

Browse files
committed
doc: remove extraneous comment whitespace
PMD found extraneous comment whitespace; it has been removed. Also, an additional reference in the ruleset was added. This was caused by an Eclipse PMD plugin version bump. The rule is commented out as it's not compatible with the version packaged with Maven.
1 parent b4cea07 commit acb3115

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config/pmd-ruleset.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<rule ref="category/java/codestyle.xml/ForLoopShouldBeWhileLoop"/>
8686
<rule ref="category/java/codestyle.xml/ForLoopsMustUseBraces"/>
8787
<rule ref="category/java/codestyle.xml/FormalParameterNamingConventions"/>
88+
<rule ref="category/java/codestyle.xml/GenericsNaming"/>
8889
<rule ref="category/java/codestyle.xml/IdenticalCatchBranches"/>
8990
<rule ref="category/java/codestyle.xml/IfElseStmtsMustUseBraces"/>
9091
<rule ref="category/java/codestyle.xml/IfStmtsMustUseBraces"/>
@@ -193,6 +194,9 @@
193194
<rule ref="category/java/design.xml/UseUtilityClass"/>
194195
<rule ref="category/java/documentation.xml/CommentContent"/>
195196
<rule ref="category/java/documentation.xml/CommentRequired"/>
197+
<!-- disable
198+
<rule ref="category/java/documentation.xml/CommentSize"/>
199+
-->
196200
<rule ref="category/java/documentation.xml/UncommentedEmptyConstructor"/>
197201
<rule ref="category/java/documentation.xml/UncommentedEmptyMethodBody"/>
198202
<rule ref="category/java/errorprone.xml/AssignmentInOperand"/>

module/jsonurl-jsonorg/src/main/java/org/jsonurl/jsonorg/JsonOrgServiceProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright 2019 David MacCormack
5-
*
5+
*
66
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
77
* use this file except in compliance with the License. You may obtain a copy
88
* of the License at

0 commit comments

Comments
 (0)