Spring cleaning: add missing @⁠Override annotations

This commit is contained in:
Sam Brannen
2024-02-23 11:55:06 +01:00
parent d0ffc16efc
commit c98bebd6d3
8 changed files with 10 additions and 0 deletions

View File

@@ -395,6 +395,7 @@ public interface Errors {
* e.g. for inclusion in an exception message.
* @see #failOnError(Function)
*/
@Override
String toString();
}