mirror of https://github.com/apache/poi.git
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
c4f2fd24c4
commit
bf86a2f7bf
|
@ -26,7 +26,6 @@ import java.util.GregorianCalendar;
|
|||
import junit.framework.TestCase;
|
||||
|
||||
import org.apache.poi.POIDataSamples;
|
||||
import org.apache.poi.extractor.TestExtractorFactory;
|
||||
import org.apache.poi.hsmf.MAPIMessage;
|
||||
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 {
|
||||
POIFSFileSystem simple = new POIFSFileSystem(
|
||||
|
|
Loading…
Reference in New Issue