[spring-extensions] branch master updated: Add annotation.
Scott Cantor
cantor.2 at osu.edu
Mon May 8 14:29:19 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=acf3f42596b8d54fc7adf6712207ec3921ff13ef
The following commit(s) were added to refs/heads/master by this push:
new acf3f42 Add annotation.
acf3f42 is described below
commit acf3f42596b8d54fc7adf6712207ec3921ff13ef
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon May 8 14:29:18 2017 -0400
Add annotation.
---
src/main/java/net/shibboleth/ext/spring/resource/ResourceHelper.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/ext/spring/resource/ResourceHelper.java b/src/main/java/net/shibboleth/ext/spring/resource/ResourceHelper.java
index 016b062..bb27fa2 100644
--- a/src/main/java/net/shibboleth/ext/spring/resource/ResourceHelper.java
+++ b/src/main/java/net/shibboleth/ext/spring/resource/ResourceHelper.java
@@ -54,7 +54,7 @@ public final class ResourceHelper implements net.shibboleth.utilities.java.suppo
* @param springResource the input
* @return a {@link Resource} which reflects what the Spring one does
*/
- public static net.shibboleth.utilities.java.support.resource.Resource
+ @Nonnull public static net.shibboleth.utilities.java.support.resource.Resource
of(@ParameterName(name="springResource") final Resource springResource) {
if (springResource instanceof net.shibboleth.utilities.java.support.resource.Resource) {
return (net.shibboleth.utilities.java.support.resource.Resource) springResource;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list