Skip to content

Commit 9c0c168

Browse files
authored
Update PathRoot.java with missing Nullable annotation
Signed-off-by: ascopes <73482956+ascopes@users.noreply.github.com>
1 parent c90f89d commit 9c0c168

File tree

1 file changed

+1
-0
lines changed
  • java-compiler-testing/src/main/java/io/github/ascopes/jct/workspaces

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@ public interface PathRoot {
100100
*
101101
* @return the parent path root, or {@code null} if no parent root exists.
102102
*/
103+
@Nullable
103104
PathRoot getParent();
104105
}

0 commit comments

Comments
 (0)