Skip to content

Commit

Permalink
Add private[storage] to FetchResult
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Nov 2, 2014
1 parent d51b0b6 commit 316767d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ object ShuffleBlockFetcherIterator {
/**
* Result of a fetch from a remote block.
*/
sealed trait FetchResult {
private[storage] sealed trait FetchResult {
val blockId: BlockId
}

Expand Down

0 comments on commit 316767d

Please sign in to comment.