Merge pull request #2949 from gongxuanzhang/master

modify some missspelling
This commit is contained in:
gongxuanzhang 2023-02-03 14:53:34 +08:00 committed by GitHub
commit d67011b3f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ import lombok.Setter;
import org.apache.poi.ss.usermodel.CellStyle;
/**
* wirte cell data
* write cell data
*
* @author Jiaju Zhuang
*/

View File

@ -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() {