Browse Source

modify the class name to correct word

pull/2948/head
gongxuanzhang 2 years ago
parent
commit
d4ddaf9484
  1. 4
      easyexcel-test/src/test/java/com/alibaba/easyexcel/test/temp/simple/Write.java

4
easyexcel-test/src/test/java/com/alibaba/easyexcel/test/temp/simple/Wirte.java → easyexcel-test/src/test/java/com/alibaba/easyexcel/test/temp/simple/Write.java

@ -28,8 +28,8 @@ import org.slf4j.LoggerFactory;
**/ **/
@Ignore @Ignore
@Slf4j @Slf4j
public class Wirte { public class Write {
private static final Logger LOGGER = LoggerFactory.getLogger(Wirte.class); private static final Logger LOGGER = LoggerFactory.getLogger(Write.class);
@Test @Test
public void simpleWrite1() { public void simpleWrite1() {
Loading…
Cancel
Save