lmccay commented on a change in pull request #241: KNOX-1742 - Simple SQL
Client in KnoxShell for access to JDBC sources
URL: https://github.com/apache/knox/pull/241#discussion_r369038160
##########
File path: build-tools/src/main/resources/build-tools/pmd/pmd-ruleset.xml
##########
@@ -88,6 +88,7 @@ limitations under the License.
<rule ref="category/java/multithreading.xml">
<exclude name="AvoidSynchronizedAtMethodLevel" />
<exclude name="UseConcurrentHashMap" />
+ <exclude name="DoNotUseThreads" />
Review comment:
Cool. I'll change it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services