[Minor] fixed typo

This commit is contained in:
Robert von Burg 2017-10-09 10:21:07 +02:00
parent 283a78bdfa
commit efb15f305c
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ public class AuthenticationService {
@Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON)
@Path("{authToken}")
public Response validateSessions(@PathParam("authToken") String authToken) {
public Response validateSession(@PathParam("authToken") String authToken) {
try {