mirror of https://github.com/apache/druid.git
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:
parent
6c8a024b84
commit
f72b613499
|
@ -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
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue