Fix jersey warning

This commit is contained in:
Matt Corallo 2014-01-10 17:42:35 -10:00
parent b08eb0df5c
commit 5a837d4481
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ public class DeviceController {
@Timed
@GET
@Path("")
@Produces(MediaType.APPLICATION_JSON)
public VerificationCode createDeviceToken(@Auth Account account)
throws RateLimitExceededException