Skip to content

Commit

Permalink
Update TimestampService.java
Browse files Browse the repository at this point in the history
Update using carrino's wording
  • Loading branch information
tpetracca authored Nov 28, 2016
1 parent 4cdb9e4 commit dc76898
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
@Path("/timestamp")
public interface TimestampService {
/**
* This will get a fresh timestamp that is guaranteed to be newer than any other timestamp
* requested before this method was called.
* A request to this method should return a result greater than any timestamp
* that may have been observed before the request was initiated.
*/
@POST // This has to be POST because we can't allow caching.
@Path("fresh-timestamp")
Expand Down

0 comments on commit dc76898

Please sign in to comment.