hyun1024 commented on code in PR #968: URL: https://github.com/apache/poi/pull/968#discussion_r2612463362
########## poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFSlideShow.java: ########## @@ -16,10 +16,6 @@ Licensed to the Apache Software Foundation (ASF) under one or more ==================================================================== */ package org.apache.poi.xslf.usermodel; -import static org.junit.jupiter.api.Assertions.assertEquals; Review Comment: @pjfanning Fixed the imports in the test file. Switched back to explicit static imports instead of wildcards. -- 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]
