Skip to content

Commit

Permalink
Adding documentation for async-log
Browse files Browse the repository at this point in the history
Autocommit Wed Jan 14 15:02:05 EST 2015
  • Loading branch information
mxro committed Jan 14, 2015
1 parent 5a9560d commit b86f0b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static PropertyOperation set(final String id, final Object value) {
* @param id
* @return
*/
public static PropertyOperation clear(final String id) {
public static PropertyOperation remove(final String id) {
return new ClearOperation().setId(id);
}

Expand Down

0 comments on commit b86f0b9

Please sign in to comment.