afs commented on code in PR #3603: URL: https://github.com/apache/jena/pull/3603#discussion_r2549377135
########## jena-arq/src/test/java/org/apache/jena/sparql/api/TestQueryExecutionCancel.java: ########## @@ -60,6 +56,9 @@ import org.apache.jena.sparql.sse.SSE; import org.apache.jena.sparql.util.Context; import org.apache.jena.sparql.util.Symbol; +import org.junit.jupiter.api.BeforeAll; Review Comment: Would it be possible to keep the import order? (In Eclispe, I have the imports grouped to have the order `java`, `javax`, `com`, `org.junit` then all others. A group has a blank line after it. This arrangement tends to put jena ones in a block.) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
