[java-opensaml] 01/02: trailing space

Rod Widdowson rdw at steadingsoftware.com
Sat May 12 05:18:06 EDT 2018


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=101ce37ef9cf73eca7385588499c0af8fc7da926

commit 101ce37ef9cf73eca7385588499c0af8fc7da926
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri May 11 16:36:28 2018 +0100

    trailing space
---
 .../org/opensaml/security/x509/impl/KeyStoreX509CredentialAdapter.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/KeyStoreX509CredentialAdapter.java b/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/KeyStoreX509CredentialAdapter.java
index e420dbf..3583a5c 100644
--- a/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/KeyStoreX509CredentialAdapter.java
+++ b/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/KeyStoreX509CredentialAdapter.java
@@ -67,7 +67,7 @@ public class KeyStoreX509CredentialAdapter extends AbstractCredential implements
      * @param alias alias to the credential to be exposed
      * @param password password to the key to be exposed
      */
-    public KeyStoreX509CredentialAdapter(@Nonnull @ParameterName(name="store") final KeyStore store, 
+    public KeyStoreX509CredentialAdapter(@Nonnull @ParameterName(name="store") final KeyStore store,
             @Nonnull @ParameterName(name="alias") final String alias,
             @Nullable  @ParameterName(name="password") final char[] password) {
         keyStore = Constraint.isNotNull(store, "Keystore cannot be null");

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list