Skip to content

Commit

Permalink
Enable builder support for specifying a location.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhu committed Sep 18, 2015
1 parent 3f86433 commit 8f52c7a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ public Builder(TachyonConf conf) {
* @return the builder
*/
public Builder setLocation(NetAddress location) {
throw new UnsupportedOperationException("Set location is currently unsupported.");
mLocation = location;
return this;
}

/**
Expand Down

0 comments on commit 8f52c7a

Please sign in to comment.