Skip to content

Commit

Permalink
[BI-1910] removing commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
timparsons committed Nov 29, 2023
1 parent 09fc55e commit 7ae9224
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ public class SampleSubmissionControllerIntegrationTest extends BrAPITest {
@Client("/${micronaut.bi.api.version}")
private RxHttpClient client;

// private final Gson gson = new GsonBuilder().registerTypeAdapter(OffsetDateTime.class, (JsonDeserializer<OffsetDateTime>)
// (json, type, context) -> OffsetDateTime.parse(json.getAsString()))
// .create();

private final Gson gson = new BrAPIClient().getJSON().getGson();

@BeforeAll
Expand Down

0 comments on commit 7ae9224

Please sign in to comment.