[java-identity-provider] branch main updated: Fix indent
Rod Widdowson
rdw at steadingsoftware.com
Sun Nov 9 21:13:51 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=1a99445a4164064b6046f398feadd8a06504bbb3
The following commit(s) were added to refs/heads/main by this push:
new 1a99445a4 Fix indent
1a99445a4 is described below
commit 1a99445a4164064b6046f398feadd8a06504bbb3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Nov 9 14:59:56 2025 +0000
Fix indent
---
.../shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java
index 5a21aa204..655d53dc2 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java
@@ -363,10 +363,10 @@ public final class PluginInstallerCLI extends AbstractIdPHomeAwareCommandLine<Pl
plugin.getPluginId(),
plugin.getMajorVersion(),plugin.getMinorVersion(), plugin.getPatchVersion()));
for (final String module:plugin.getRequiredModules()) {
- if (!modules.contains(module)) {
- getLogger().error("Plugin {} requires non-enabled module {}", plugin.getPluginId(), module);
- result = AbstractCommandLine.RC_MODULE;
- }
+ if (!modules.contains(module)) {
+ getLogger().error("Plugin {} requires non-enabled module {}", plugin.getPluginId(), module);
+ result = AbstractCommandLine.RC_MODULE;
+ }
}
if (fullList) {
printDetails(plugin);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list