[java-support] 02/02: Typo in constraint message
Tom Zeller
tzeller at dragonacea.biz
Tue Sep 6 11:25:03 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller 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=213eb36e4ffa8e23819fb148488020fc9ffc61f8
commit 213eb36e4ffa8e23819fb148488020fc9ffc61f8
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Sep 6 10:24:25 2016 -0500
Typo in constraint message
---
.../java/net/shibboleth/utilities/java/support/security/DataSealer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/security/DataSealer.java b/src/main/java/net/shibboleth/utilities/java/support/security/DataSealer.java
index 2c3dd4c..740b7e0 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/security/DataSealer.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/security/DataSealer.java
@@ -125,7 +125,7 @@ public class DataSealer extends AbstractInitializableComponent {
public void doInitialize() throws ComponentInitializationException {
try {
try {
- Constraint.isNotNull(keyStrategy, "Keystore type cannot be null");
+ Constraint.isNotNull(keyStrategy, "DataSealerKeyStrategy cannot be null");
} catch (final ConstraintViolationException e) {
throw new ComponentInitializationException(e);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list