[java-metadata-aggregator] 01/02: CheckStyle
Ian Young
ian at iay.org.uk
Mon Apr 3 20:33:37 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=350b38c782e9511edd6e8ee2e4ef287d83d356a3
commit 350b38c782e9511edd6e8ee2e4ef287d83d356a3
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Apr 3 20:42:46 2023 +0100
CheckStyle
---
.../main/java/net/shibboleth/metadata/pipeline/impl/DirectExecutor.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mda-framework/src/main/java/net/shibboleth/metadata/pipeline/impl/DirectExecutor.java b/mda-framework/src/main/java/net/shibboleth/metadata/pipeline/impl/DirectExecutor.java
index 7941703..357a1f0 100644
--- a/mda-framework/src/main/java/net/shibboleth/metadata/pipeline/impl/DirectExecutor.java
+++ b/mda-framework/src/main/java/net/shibboleth/metadata/pipeline/impl/DirectExecutor.java
@@ -28,7 +28,7 @@ import java.util.concurrent.Executor;
public class DirectExecutor implements Executor {
@Override
- public void execute(Runnable command) {
+ public void execute(final Runnable command) {
command.run();
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list