Skip to content

Commit

Permalink
errorprone :: VersionPlaceTest FieldMissingNullable (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambish5 authored Sep 13, 2024
1 parent a2f135e commit f29d7d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/java/emissary/place/VersionPlaceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,18 @@
import java.io.InputStream;
import java.nio.file.Path;
import java.nio.file.Paths;
import javax.annotation.Nullable;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;

class VersionPlaceTest extends UnitTest {
@Nullable
private IBaseDataObject payload;
@Nullable
private VersionPlace place;
private Version version;
@Nullable
private String versionDate;
private Path gitRepositoryFile;

Expand Down

0 comments on commit f29d7d8

Please sign in to comment.