[java-shib-shared] branch main updated: Javadoc fixes.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 1 18:41:34 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=7767be47e5746d855f95341fe5e53a3df97c1b04
The following commit(s) were added to refs/heads/main by this push:
new 7767be47 Javadoc fixes.
7767be47 is described below
commit 7767be47e5746d855f95341fe5e53a3df97c1b04
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 1 14:41:31 2022 -0400
Javadoc fixes.
---
.../net/shibboleth/shared/service/impl/LogbackLoggingService.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/shib-service/src/main/java/net/shibboleth/shared/service/impl/LogbackLoggingService.java b/shib-service/src/main/java/net/shibboleth/shared/service/impl/LogbackLoggingService.java
index 3f977371..0ce394a4 100644
--- a/shib-service/src/main/java/net/shibboleth/shared/service/impl/LogbackLoggingService.java
+++ b/shib-service/src/main/java/net/shibboleth/shared/service/impl/LogbackLoggingService.java
@@ -51,7 +51,7 @@ import net.shibboleth.utilities.java.support.service.ServiceableComponent;
* Simple {@link LoggingService} that watches for logback configuration file changes
* and reloads the file when a change occurs.
*
- * @since 7.0.0
+ * @since 9.0.0
*/
public class LogbackLoggingService extends AbstractReloadableService<Object>
implements LoggingService, ApplicationContextAware {
@@ -62,7 +62,7 @@ public class LogbackLoggingService extends AbstractReloadableService<Object>
/** Logger used to log messages without relying on the logging system to be full initialized. */
@NonnullAfterInit private StatusManager statusManager;
- /** URL to the fallback logback configuration found in the IdP jar. */
+ /** URL to the fallback logback configuration found in the classpath. */
@NonnullAfterInit private Resource fallbackConfiguration;
/** Logging configuration resource. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list