[java-support] branch master updated: Checkstyle fix
Ian Young
ian at iay.org.uk
Fri Aug 24 06:52:15 EDT 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=9f4500a7f2d661fb6146bb48fee4f5f986c5532e
The following commit(s) were added to refs/heads/master by this push:
new 9f4500a Checkstyle fix
9f4500a is described below
commit 9f4500a7f2d661fb6146bb48fee4f5f986c5532e
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Aug 24 11:47:36 2018 +0100
Checkstyle fix
---
.../utilities/java/support/security/BasicKeystoreKeyStrategy.java | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/security/BasicKeystoreKeyStrategy.java b/src/main/java/net/shibboleth/utilities/java/support/security/BasicKeystoreKeyStrategy.java
index 3f16d57..39b1152 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/security/BasicKeystoreKeyStrategy.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/security/BasicKeystoreKeyStrategy.java
@@ -160,8 +160,7 @@ public class BasicKeystoreKeyStrategy extends AbstractInitializableComponent imp
// Logged inside update method.
}
}
- }
- else {
+ } else {
keystorePassword = null;
}
}
@@ -196,8 +195,7 @@ public class BasicKeystoreKeyStrategy extends AbstractInitializableComponent imp
// Logged inside update method.
}
}
- }
- else {
+ } else {
keyPassword = null;
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list