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
@Slf4j
public class Wirte {
private static final Logger LOGGER = LoggerFactory.getLogger(Wirte.class);
public class Write {
private static final Logger LOGGER = LoggerFactory.getLogger(Write.class);
@Test
public void simpleWrite1() {
Loading…
Cancel
Save