checkstyle.xml 864 B

1234567891011121314151617
  1. <?xml version="1.0"?>
  2. <!-- Licensed under the Apache License, Version 2.0 (the "License"); you
  3. may not use this file except in compliance with the License. You may obtain
  4. a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless
  5. required by applicable law or agreed to in writing, software distributed
  6. under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
  7. OR CONDITIONS OF ANY KIND, either express or implied. See the License for
  8. the specific language governing permissions and limitations under the License.
  9. See accompanying LICENSE file. -->
  10. <!DOCTYPE module PUBLIC
  11. "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
  12. "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
  13. <module name="Checker">
  14. <module name="TreeWalker">
  15. <module name="AvoidTransactionalOnPrivateMethodsCheck"/>
  16. </module>
  17. </module>