From 080a53521324727b58de1f31b4dec3ae0bbfd4ee Mon Sep 17 00:00:00 2001
From: IT-KIMI_SHI\SINOIT.KIMI <kimi42345@gmail.com>
Date: 星期一, 04 六月 2018 19:05:23 +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