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 4e25f963d8 CAUSEWAY-3075: ... more removal of debugging code
4e25f963d8 is described below

commit 4e25f963d8e3ef11d8936d2e3c7cb3a3edb2ef36
Author: andi-huber <[email protected]>
AuthorDate: Thu Apr 13 17:57:46 2023 +0200

    CAUSEWAY-3075: ... more removal of debugging code
---
 .../errorreportingservice/ErrorReportingServiceDemoImplementation.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/examples/demo/domain/src/main/java/demoapp/dom/services/core/errorreportingservice/ErrorReportingServiceDemoImplementation.java
 
b/examples/demo/domain/src/main/java/demoapp/dom/services/core/errorreportingservice/ErrorReportingServiceDemoImplementation.java
index efaa0a19df..96913dbf00 100644
--- 
a/examples/demo/domain/src/main/java/demoapp/dom/services/core/errorreportingservice/ErrorReportingServiceDemoImplementation.java
+++ 
b/examples/demo/domain/src/main/java/demoapp/dom/services/core/errorreportingservice/ErrorReportingServiceDemoImplementation.java
@@ -21,7 +21,6 @@ package demoapp.dom.services.core.errorreportingservice;
 import javax.inject.Named;
 
 import org.springframework.beans.factory.annotation.Qualifier;
-import org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean;
 import org.springframework.stereotype.Service;
 
 import org.apache.causeway.applib.services.error.ErrorDetails;
@@ -40,8 +39,6 @@ public class ErrorReportingServiceDemoImplementation 
implements ErrorReportingSe
     @Override
     public Ticket reportError(final ErrorDetails errorDetails) {
 
-        LocalContainerEntityManagerFactoryBean x;
-
         val reference = "#0";
         val userMessage = errorDetails.getMainMessage();
         val details = "Apologies!";

Reply via email to