Skip to content

Commit

Permalink
Revert the flipper changes as they shouldn't have been pushed to open…
Browse files Browse the repository at this point in the history
… source

Summary: I'm not sure why this happened, but reverting them seems like the right thing to do

Reviewed By: drhill-meta, parth-menon

Differential Revision: D61974634

fbshipit-source-id: f204c8c0b249d23a0ee332a307af5a99ce20dec5
  • Loading branch information
Rick Ratmansky authored and facebook-github-bot committed Aug 29, 2024
1 parent be0890c commit 4f7959b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public int hashCode() {
return mJson.hashCode();
}

public static final class Builder {
public static class Builder {
private final JSONArray mJson;

public Builder() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public int hashCode() {
return mJson.hashCode();
}

public static final class Builder {
public static class Builder {
private final JSONObject mJson;

public Builder() {
Expand Down

0 comments on commit 4f7959b

Please sign in to comment.