From 42a049723d92d8a7f87fae0a305f8933cb0f7374 Mon Sep 17 00:00:00 2001 From: Aaron Davidson Date: Sun, 20 Oct 2013 16:10:40 -0700 Subject: Address Josh and Reynold's comments --- core/src/main/java/org/apache/spark/network/netty/PathResolver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/main/java') diff --git a/core/src/main/java/org/apache/spark/network/netty/PathResolver.java b/core/src/main/java/org/apache/spark/network/netty/PathResolver.java index 370fcdeea9..9f7ced44cf 100755 --- a/core/src/main/java/org/apache/spark/network/netty/PathResolver.java +++ b/core/src/main/java/org/apache/spark/network/netty/PathResolver.java @@ -21,6 +21,6 @@ import org.apache.spark.storage.BlockId; import org.apache.spark.storage.FileSegment; public interface PathResolver { - /** Get the file segment in which the given Block resides. */ + /** Get the file segment in which the given block resides. */ public FileSegment getBlockLocation(BlockId blockId); } -- cgit v1.2.3