Skip to content

Commit b525a97

Browse files
committed
Fix nullability issues in WrappingDirectoryImpl
1 parent e9942d8 commit b525a97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/workspaces/impl/WrappingDirectoryImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public byte[] asJar() {
101101
});
102102
}
103103

104+
@Nullable
104105
@Override
105106
public PathRoot getParent() {
106107
return parent;

0 commit comments

Comments
 (0)