We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e31cf commit eda0c4cCopy full SHA for eda0c4c
src/test/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParserTest.java
@@ -95,9 +95,6 @@ protected String[] getGoodListing() {
95
return goodsamplesDatasetList;
96
}
97
98
- /**
99
- * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#getAllGoodListings()
100
- */
101
protected List<String[]> getAllGoodListings() {
102
List<String[]> l = new ArrayList<String[]>();
103
l.add(goodsamplesDatasetList);
0 commit comments