mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 01:29:38 +02:00
Enable ModifierOrder checkstyle check
Fixes SMACK-812
This commit is contained in:
parent
bd08f11c4a
commit
a9ca1a0989
59 changed files with 134 additions and 133 deletions
|
@ -33,7 +33,7 @@ import org.xmlpull.v1.XmlPullParser;
|
|||
|
||||
public class ParsingExceptionTest {
|
||||
|
||||
private final static String EXTENSION2 =
|
||||
private static final String EXTENSION2 =
|
||||
"<extension2 xmlns='namespace'>" +
|
||||
"<bar node='testNode'>" +
|
||||
"<i id='testid1'>" +
|
||||
|
|
|
@ -27,7 +27,7 @@ import org.jivesoftware.smack.util.ParserUtils;
|
|||
import org.xmlpull.v1.XmlPullParser;
|
||||
import org.xmlpull.v1.XmlPullParserException;
|
||||
|
||||
final public class TestUtils {
|
||||
public final class TestUtils {
|
||||
private TestUtils() {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue