Skip to content

Commit

Permalink
A friendlier method name
Browse files Browse the repository at this point in the history
  • Loading branch information
gchomatas committed Feb 17, 2015
1 parent b305113 commit 9f32edf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ public Optional<SingularitySandbox> browseTaskSandBox(String taskId, String path
* @return
* A {@link MesosFileChunkObject} that contains the requested partial file contents
*/
public Optional<MesosFileChunkObject> read(String taskId, String path, Optional<String> grep, Optional<Long> offset, Optional<Long> length) {
public Optional<MesosFileChunkObject> readSandBoxFile(String taskId, String path, Optional<String> grep, Optional<Long> offset, Optional<Long> length) {
final String requestUrl = String.format(SANDBOX_READ_FILE_FORMAT, getHost(), contextPath, taskId);

Builder<String, Object> queryParamBuider = ImmutableMap.<String, Object>builder().put("path", path);
Expand Down

0 comments on commit 9f32edf

Please sign in to comment.