From f45b113c68408a0a58a78ffb2716ba7e6b90ccde Mon Sep 17 00:00:00 2001 From: IT-KIMI_SHI\SINOIT.KIMI <kimi42345@gmail.com> Date: 星期二, 12 六月 2018 13:41:35 +0800 Subject: [PATCH] no message --- source/my/frame/src/frame/file/office/IOMappingItem.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/source/my/frame/src/frame/file/office/IOMappingItem.java b/source/my/frame/src/frame/file/office/IOMappingItem.java index c360401..8d57929 100644 --- a/source/my/frame/src/frame/file/office/IOMappingItem.java +++ b/source/my/frame/src/frame/file/office/IOMappingItem.java @@ -32,7 +32,7 @@ return null; } - String[] values = Utils.split(exportType); + String[] values = Util.split(exportType); List<CellDataType> result = new ArrayList<CellDataType>(); for (String value : values) { -- Gitblit v1.8.0