Fix jersey warning
This commit is contained in:
parent
b08eb0df5c
commit
5a837d4481
|
@ -66,7 +66,6 @@ public class DeviceController {
|
|||
|
||||
@Timed
|
||||
@GET
|
||||
@Path("")
|
||||
@Produces(MediaType.APPLICATION_JSON)
|
||||
public VerificationCode createDeviceToken(@Auth Account account)
|
||||
throws RateLimitExceededException
|
||||
|
|
Loading…
Reference in New Issue