[java-opensaml] branch main updated: Fix access level on helper method in test.
Scott Cantor
cantor.2 at osu.edu
Thu Apr 13 12:47:26 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=b2c05821981e819e9c09ec7b7e3083d0ab85c43b
The following commit(s) were added to refs/heads/main by this push:
new b2c058219 Fix access level on helper method in test.
b2c058219 is described below
commit b2c05821981e819e9c09ec7b7e3083d0ab85c43b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 13 08:47:23 2023 -0400
Fix access level on helper method in test.
---
.../saml/saml2/assertion/tests/BaseAssertionValidationTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/assertion/tests/BaseAssertionValidationTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/assertion/tests/BaseAssertionValidationTest.java
index fd734a165..0230d7222 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/assertion/tests/BaseAssertionValidationTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/assertion/tests/BaseAssertionValidationTest.java
@@ -89,7 +89,7 @@ public class BaseAssertionValidationTest extends XMLObjectBaseTestCase {
private Assertion assertion;
- @Nonnull Assertion getAssertion() {
+ @Nonnull protected Assertion getAssertion() {
return Constraint.isNotNull(assertion, "Assertion was null");
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list