mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
Cherry-pick to fix EntryMaker issue
This commit is contained in:
committed by
IronApollo
parent
735a37ffd0
commit
ff47e6f717
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE module PUBLIC
|
||||
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
|
||||
"https://checkstyle.org/dtds/configuration_1_3.dtd">
|
||||
"http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd">
|
||||
<module name="Checker">
|
||||
<!-- Tabs are strictly banned -->
|
||||
<module name="FileTabCharacter"/>
|
||||
|
@ -1,7 +1,6 @@
|
||||
<!DOCTYPE import-control PUBLIC
|
||||
"-//Checkstyle//DTD ImportControl Configuration 1.4//EN"
|
||||
"https://checkstyle.org/dtds/import_control_1_4.dtd">
|
||||
|
||||
"-//Puppy Crawl//DTD Import Control 1.1//EN"
|
||||
"http://checkstyle.sourceforge.net/dtds/import_control_1_1.dtd">
|
||||
|
||||
<import-control pkg="com.sk89q">
|
||||
<allow pkg="java"/>
|
||||
|
Reference in New Issue
Block a user