[java-support] 01/07: Auto-added @Override
Ian Young
ian at iay.org.uk
Mon Jul 30 11:55:18 EDT 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=72979462710584b48eb38dc2ef5c3d46eabdd8dd
commit 72979462710584b48eb38dc2ef5c3d46eabdd8dd
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue May 8 13:52:08 2018 +0100
Auto-added @Override
---
.../shibboleth/utilities/java/support/primitive/DeprecationSupport.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/primitive/DeprecationSupport.java b/src/main/java/net/shibboleth/utilities/java/support/primitive/DeprecationSupport.java
index b8b7ef1..5442b1f 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/primitive/DeprecationSupport.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/primitive/DeprecationSupport.java
@@ -98,7 +98,7 @@ public final class DeprecationSupport {
}
/** {@inheritDoc} */
- public String toString() {
+ @Override public String toString() {
return text;
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list