You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/05/31 12:33:15 UTC

[isis] 02/02: ISIS-1954: proposed fix for build error

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 046a8897529fa96e7396185a05d755eb706833fe
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu May 31 14:33:01 2018 +0200

    ISIS-1954: proposed fix for build error
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1954
---
 .../org/apache/isis/core/integtestsupport/IntegrationTestJupiter.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/integtestsupport/src/main/java/org/apache/isis/core/integtestsupport/IntegrationTestJupiter.java b/core/integtestsupport/src/main/java/org/apache/isis/core/integtestsupport/IntegrationTestJupiter.java
index 34314d4..342871c 100644
--- a/core/integtestsupport/src/main/java/org/apache/isis/core/integtestsupport/IntegrationTestJupiter.java
+++ b/core/integtestsupport/src/main/java/org/apache/isis/core/integtestsupport/IntegrationTestJupiter.java
@@ -39,7 +39,7 @@ import org.slf4j.event.Level;
 @ExtendWith(IntegrationTestJupiter.HeadlessTransactionRule.class)
 public abstract class IntegrationTestJupiter extends HeadlessWithBootstrappingAbstract {
 
-	private static class HeadlessTransactionRule implements AfterEachCallback, BeforeEachCallback {
+	public static class HeadlessTransactionRule implements AfterEachCallback, BeforeEachCallback {
 
 		@Override
 		public void beforeEach(ExtensionContext context) throws Exception {

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.