Skip to content

Commit

Permalink
Update GeneratedMessageLite.java
Browse files Browse the repository at this point in the history
Fixed
  • Loading branch information
yn33 authored Jan 20, 2025
1 parent 17da043 commit 4d204f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ private Class<?> resolveMessageClass() throws ClassNotFoundException {
throw new ClassNotFoundException();
}
}
return messageClass
return messageClass;
}
}

Expand Down

0 comments on commit 4d204f0

Please sign in to comment.