Fix conflict.

This commit is contained in:
Stan Silvert 2016-02-11 15:38:58 -05:00
parent dd9cf3be39
commit 17e09a557b

View file

@ -149,6 +149,7 @@ public interface RealmResource {
@Consumes(MediaType.APPLICATION_JSON) @Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON)
public Response partialImport(PartialImportRepresentation rep); public Response partialImport(PartialImportRepresentation rep);
@Path("authentication") @Path("authentication")
@Consumes(MediaType.APPLICATION_JSON) @Consumes(MediaType.APPLICATION_JSON)
AuthenticationManagementResource flows(); AuthenticationManagementResource flows();