[java-support] branch maint-7 updated: Checkstyle fix
Ian Young
ian at iay.org.uk
Fri Aug 24 06:47:58 EDT 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-7
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=cb20474e0ce3d604d652572c53c7ebeac20f9659
The following commit(s) were added to refs/heads/maint-7 by this push:
new cb20474 Checkstyle fix
cb20474 is described below
commit cb20474e0ce3d604d652572c53c7ebeac20f9659
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