Files
gerrit/java
David Pursehouse c83b88397f Response: Add ok() and created() helper methods
There are several places in the code that call Response.ok("") and
Response.created("").

Add wrapper methods to do that, so the calls can be replaced with
Response.ok() and Response.created().

Change-Id: I8b8da42a76607d52248c4250d7f1840fd9443556
2019-11-01 11:22:45 +09:00
..