Tweak @link reference to avoid compiler issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951055 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f9fa636e6d
commit
45c4b6bf8f
@ -26,7 +26,6 @@ import java.util.GregorianCalendar;
|
|||||||
import junit.framework.TestCase;
|
import junit.framework.TestCase;
|
||||||
|
|
||||||
import org.apache.poi.POIDataSamples;
|
import org.apache.poi.POIDataSamples;
|
||||||
import org.apache.poi.extractor.TestExtractorFactory;
|
|
||||||
import org.apache.poi.hsmf.MAPIMessage;
|
import org.apache.poi.hsmf.MAPIMessage;
|
||||||
import org.apache.poi.poifs.filesystem.POIFSFileSystem;
|
import org.apache.poi.poifs.filesystem.POIFSFileSystem;
|
||||||
|
|
||||||
@ -175,7 +174,7 @@ public final class TestOutlookTextExtractor extends TestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* See also {@link TestExtractorFactory#testEmbeded()}
|
* See also {@link org.apache.poi.extractor.TestExtractorFactory#testEmbeded()}
|
||||||
*/
|
*/
|
||||||
public void testWithAttachments() throws Exception {
|
public void testWithAttachments() throws Exception {
|
||||||
POIFSFileSystem simple = new POIFSFileSystem(
|
POIFSFileSystem simple = new POIFSFileSystem(
|
||||||
|
Loading…
Reference in New Issue
Block a user