Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove trailing space
  • Loading branch information
msridhar committed Dec 5, 2025
commit c9a9e44ce528182c422a9b58a3484995d4a1a62d
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ private static boolean hasNullMarkedOrNullUnmarkedAnnotation(Symbol symbol) {

@Override
public String linkUrl() {
// trailing space is deliberate to help ensure clickability from terminals
return "https://github.com/uber/NullAway/wiki/JSpecify-Support#requireexplicitnullmarking-checker ";
return "https://github.com/uber/NullAway/wiki/JSpecify-Support#requireexplicitnullmarking-checker";
}
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void defaultURL() {
.addSourceLines(
"test/MissingAnnotation.java",
"package test;",
"// BUG: Diagnostic contains: https://github.com/uber/NullAway/wiki/JSpecify-Support#requireexplicitnullmarking-checker ",
"// BUG: Diagnostic contains: https://github.com/uber/NullAway/wiki/JSpecify-Support#requireexplicitnullmarking-checker",
"class MissingAnnotation {",
"}")
.doTest();
Expand Down