Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix the bug for api change
Browse files Browse the repository at this point in the history
Update issue 28
Labels: Priority-High
fix the bug for api change
  • Loading branch information
Helen Ding committed Apr 12, 2011
1 parent 27658ea commit 1962ae7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,6 +99,6 @@ public interface TranslationResourcesResource
@PUT
@Path(RESOURCE_SLUG_TEMPLATE + "/translations/{locale}")
// /r/{id}/translations/{locale}
public Response putTranslations(@PathParam("id") String idNoSlash, @PathParam("locale") LocaleId locale, InputStream messageBody);
public Response putTranslations(@PathParam("id") String idNoSlash, @PathParam("locale") LocaleId locale, @PathParam("merge") String merge, InputStream messageBody);

}

0 comments on commit 1962ae7

Please sign in to comment.