fix package: org.apache.poi.hssf.usermodel.converter -> org.apache.poi.hssf.converter

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1143689 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-07-07 07:33:20 +00:00
parent 755cea3d76
commit f0c8d0520c
3 changed files with 2 additions and 4 deletions

View File

@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
==================================================================== */
package org.apache.poi.hssf.usermodel.converter;
package org.apache.poi.hssf.converter;
import java.io.File;
import java.io.FileWriter;

View File

@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
==================================================================== */
package org.apache.poi.hssf.usermodel.converter;
package org.apache.poi.hssf.converter;
import java.io.File;
import java.io.FileInputStream;

View File

@ -34,8 +34,6 @@ import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.apache.poi.POIDataSamples;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.hssf.usermodel.converter.ExcelToHtmlConverter;
import org.apache.poi.hssf.usermodel.converter.ExcelToHtmlUtils;
public class TestExcelToHtmlConverterSuite
{