Fix conflict.
This commit is contained in:
parent
dd9cf3be39
commit
17e09a557b
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue