Skip to content

Commit

Permalink
chore: removing notnull annotations and replacing libraries (#16767)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Brilla <[email protected]>
Co-authored-by: Michael Heinrichs <[email protected]>
  • Loading branch information
boooby19 and netopyr authored Dec 3, 2024
1 parent 4a6722a commit 917ea25
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
import com.swirlds.virtualmap.config.VirtualMapConfig;
import edu.umd.cs.findbugs.annotations.NonNull;
import java.util.concurrent.ScheduledExecutorService;
import org.jetbrains.annotations.NotNull;

public class FakePlatformContext implements PlatformContext {
private final Configuration platformConfig = ConfigurationBuilder.create()
Expand Down Expand Up @@ -115,7 +114,7 @@ public RecycleBin getRecycleBin() {
throw new UnsupportedOperationException("Not used by Hedera");
}

@NotNull
@NonNull
@Override
public MerkleCryptography getMerkleCryptography() {
return MerkleCryptographyFactory.create(platformConfig, getCryptography());
Expand Down

0 comments on commit 917ea25

Please sign in to comment.