Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 666871027
  • Loading branch information
java-team-github-bot authored and Error Prone Team committed Aug 23, 2024
1 parent 761eb56 commit 80cef2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static JCTree.JCExpression parseString(String guardedByString, Context context)
abstract static class GuardedByValidationResult {
abstract String message();

abstract Boolean isValid();
abstract boolean isValid();

static GuardedByValidationResult invalid(String message) {
return new AutoValue_GuardedByUtils_GuardedByValidationResult(message, false);
Expand Down

0 comments on commit 80cef2e

Please sign in to comment.