[spring-extensions] branch main updated: Tighten Javadoc on new method
Rod Widdowson
rdw at steadingsoftware.com
Mon Sep 7 12:49:23 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=1b1c77a91cc15858ce288e46170574ee73bc624e
The following commit(s) were added to refs/heads/main by this push:
new 1b1c77a Tighten Javadoc on new method
1b1c77a is described below
commit 1b1c77a91cc15858ce288e46170574ee73bc624e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Sep 7 13:48:44 2020 +0100
Tighten Javadoc on new method
AbstractCommandLineArguments#getlog() is @nonnul
---
.../net/shibboleth/ext/spring/cli/AbstractCommandLineArguments.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/ext/spring/cli/AbstractCommandLineArguments.java b/src/main/java/net/shibboleth/ext/spring/cli/AbstractCommandLineArguments.java
index 0a63074..353bd3f 100644
--- a/src/main/java/net/shibboleth/ext/spring/cli/AbstractCommandLineArguments.java
+++ b/src/main/java/net/shibboleth/ext/spring/cli/AbstractCommandLineArguments.java
@@ -80,7 +80,7 @@ public abstract class AbstractCommandLineArguments implements CommandLineArgumen
* This has to be lazy-instantiated otherwise the auto-logging-level fails.
* @return The logger to use
*/
- public abstract Logger getLog();
+ @Nonnull public abstract Logger getLog();
/** {@inheritDoc} */
public boolean isVerboseOutput() {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list