Skip to content

Commit

Permalink
Merge pull request #18 from tims/noop
Browse files Browse the repository at this point in the history
Return same type string for warehouse and serving NoOp stores
  • Loading branch information
zhilingc authored Jan 2, 2019
2 parents 85dba96 + 39b1ff0 commit bb1b767
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ public Write create(StorageSpec storageSpec, Specs specs) {

@Override
public String getType() {
return "NOOP";
return "noop";
}
}

0 comments on commit bb1b767

Please sign in to comment.