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/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new c638d193cb CAUSEWAY-3404: removes unused import in prev. commit
c638d193cb is described below

commit c638d193cb02b82e05eb889f221cb5db990c28d2
Author: Andi Huber <[email protected]>
AuthorDate: Thu Feb 15 08:43:23 2024 +0100

    CAUSEWAY-3404: removes unused import in prev. commit
---
 .../testdomain/transactions/jpa/JpaTransactionScopeListenerTest.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/regressiontests/stable-persistence-jpa/src/test/java/org/apache/causeway/testdomain/transactions/jpa/JpaTransactionScopeListenerTest.java
 
b/regressiontests/stable-persistence-jpa/src/test/java/org/apache/causeway/testdomain/transactions/jpa/JpaTransactionScopeListenerTest.java
index 9f864d59cb..5663b55636 100644
--- 
a/regressiontests/stable-persistence-jpa/src/test/java/org/apache/causeway/testdomain/transactions/jpa/JpaTransactionScopeListenerTest.java
+++ 
b/regressiontests/stable-persistence-jpa/src/test/java/org/apache/causeway/testdomain/transactions/jpa/JpaTransactionScopeListenerTest.java
@@ -23,7 +23,6 @@ import javax.inject.Inject;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Test;
-import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
 import org.junit.jupiter.api.extension.ExtendWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.annotation.DirtiesContext;

Reply via email to