Reorder import statements in TestHSSFColor

This commit is contained in:
PJ Fanning 2025-08-27 15:47:49 +01:00 committed by GitHub
parent 732001c4ae
commit c38f5f9577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,10 +17,10 @@
package org.apache.poi.hssf.util;
import java.awt.Color;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import java.awt.Color;
import java.util.Map;
import org.apache.poi.hssf.util.HSSFColor.HSSFColorPredefined;