polishing

This commit is contained in:
Mark Fisher
2011-09-01 22:17:39 -04:00
parent 9fc834f92f
commit 874c3f518f
7 changed files with 17 additions and 19 deletions

View File

@@ -428,7 +428,7 @@ class TestRemoteFileOutboundGateway extends AbstractRemoteFileOutboundGateway<Te
}
@Override
protected List<AbstractFileInfo<TestLsEntry>> asFileInFoList(
protected List<AbstractFileInfo<TestLsEntry>> asFileInfoList(
Collection<TestLsEntry> files) {
return new ArrayList<AbstractFileInfo<TestLsEntry>>(files);
}