mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
Clean up old checkstyle references (#1205)
* Clean up old checkstyle references * Update CONTRIBUTING.md Co-authored-by: Jake Wharton <github@jakewharton.com> Co-authored-by: Jake Wharton <github@jakewharton.com>
This commit is contained in:
@@ -45,7 +45,6 @@ public final class FromJsonWithoutStrings {
|
||||
new FromJsonWithoutStrings().run();
|
||||
}
|
||||
|
||||
@SuppressWarnings("checkstyle:membername")
|
||||
private static final class EventJson {
|
||||
String title;
|
||||
String begin_date;
|
||||
|
@@ -17,7 +17,6 @@ package com.squareup.moshi.recipes.models;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@SuppressWarnings("checkstyle:membername")
|
||||
public final class BlackjackHand {
|
||||
public final Card hidden_card;
|
||||
public final List<Card> visible_cards;
|
||||
|
Reference in New Issue
Block a user