Merge pull request #2359 from erikdubbelboer/removecomment

Remove incorrect comment.
This commit is contained in:
Fangjin Yang 2016-01-31 17:43:58 -08:00
commit 9c816c3ec7
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
{