nmalin commented on PR #133: URL: https://github.com/apache/ofbiz-plugins/pull/133#issuecomment-2786988309
Hello I found a checkStyle issue :) (I tried the jakarta migration to push on trunk) ```patch diff --git a/lucene/src/main/java/org/apache/ofbiz/content/search/SearchWorker.java b/lucene/src/main/java/org/apache/ofbiz/content/search/SearchWorker.java index 3b1c01aa1..ad2bcf7ec 100644 --- a/lucene/src/main/java/org/apache/ofbiz/content/search/SearchWorker.java +++ b/lucene/src/main/java/org/apache/ofbiz/content/search/SearchWorker.java @@ -21,7 +21,6 @@ package org.apache.ofbiz.content.search; import java.util.ArrayList; import java.util.List; -import org.apache.lucene.util.Version; import org.apache.ofbiz.base.util.Debug; import org.apache.ofbiz.base.util.UtilDateTime; import org.apache.ofbiz.base.util.UtilMisc; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org