Skip to content

Commit

Permalink
[Truffle] Fix argument name of setter in Stat layout (and the build).
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed May 2, 2016
1 parent b5c186e commit 1d36c5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ DynamicObject createStat(DynamicObjectFactory factory,
@Nullable FileStat stat);

FileStat getStat(DynamicObject object);
void setStat(DynamicObject object, FileStat stat);
void setStat(DynamicObject object, FileStat value);

}

0 comments on commit 1d36c5d

Please sign in to comment.