Remove incorrect comment.

The CloudFilesDataSegmentPuller can't handle URI data pulls.
This comment was obviously copied from the s3 module and never removed.
This commit is contained in:
Erik Dubbelboer 2016-01-30 11:02:44 +00:00
parent 6c8a024b84
commit f72b613499
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@ import java.io.File;
import java.io.IOException;
import java.util.Map;
/**
* A data segment puller that also handles URI data pulls.
*/
public class CloudFilesDataSegmentPuller implements DataSegmentPuller
{