[java-support] 01/02: Auto-added @Override
Rod Widdowson
rdw at steadingsoftware.com
Tue May 8 10:21:11 EDT 2018
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch maint-7
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=d4f7aa986c8fbfe732365606c2a1bbca202ca236
commit d4f7aa986c8fbfe732365606c2a1bbca202ca236
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