Skip to content

Commit

Permalink
Fixed temporary formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MaicolAntali committed Nov 6, 2023
1 parent 743bfd7 commit d88e1f1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions gson/src/main/java/com/google/gson/Gson.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@
import java.util.concurrent.atomic.AtomicLong;
import java.util.concurrent.atomic.AtomicLongArray;

// Temporary unused import
import java.math.RoundingMode;

/**
* This is the main class for using Gson. Gson is typically used by first constructing a
* Gson instance and then invoking {@link #toJson(Object)} or {@link #fromJson(String, Class)}
Expand Down Expand Up @@ -151,12 +148,7 @@
* @author Jesse Wilson
*/

// Temporary formatting issue
public
final
class Gson

{
public final class Gson {
static final boolean DEFAULT_JSON_NON_EXECUTABLE = false;
// Strictness of `null` is the legacy mode where some Gson APIs are always lenient
static final Strictness DEFAULT_STRICTNESS = null;
Expand Down

0 comments on commit d88e1f1

Please sign in to comment.