File tree Expand file tree Collapse file tree
scribejava-apis/src/main/java/com/github/scribejava/apis
scribejava-core/src/test/java/com/github/scribejava/core/oauth Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 <rule ref =" category/java/codestyle.xml/NoPackage" />
4747 <rule ref =" category/java/codestyle.xml/PackageCase" />
4848 <rule ref =" category/java/codestyle.xml/UnnecessaryAnnotationValueElement" />
49+ <rule ref =" category/java/codestyle.xml/UnnecessaryConstructor" />
4950</ruleset >
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ protected NaverApi() {
1010
1111 private static class InstanceHolder {
1212 private static final NaverApi INSTANCE = new NaverApi ();
13-
14- private InstanceHolder () {
15- }
1613 }
1714
1815 public static NaverApi instance () {
Original file line number Diff line number Diff line change @@ -121,9 +121,5 @@ public void testOAuthExtractAuthorization() {
121121 }
122122
123123 private static class TypeTokenImpl extends TypeToken <Map <String , String >> {
124-
125- private TypeTokenImpl () {
126- }
127124 }
128-
129125}
You can’t perform that action at this time.
0 commit comments