Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-james committed Sep 18, 2024
1 parent b585ce4 commit 0e04aa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/test-support/java/com/lmax/solana4j/TestContext.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.lmax.solana4j;

import com.lmax.solana4j.domain.TestPublicKey;

import java.util.HashMap;
import java.util.Map;

Expand Down
2 changes: 1 addition & 1 deletion src/test-support/java/com/lmax/solana4j/TestDataType.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public final class TestDataType<T>

private Function<T, String> transform;

public TestDataType(Function<T, String> transform)
public TestDataType(final Function<T, String> transform)
{
this.transform = transform;
}
Expand Down

0 comments on commit 0e04aa2

Please sign in to comment.