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

Commit

Permalink
remove p and i from rest url
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Sep 29, 2014
1 parent df0bb1c commit f234f10
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -49,9 +49,9 @@
import com.google.common.collect.Lists;

@Name("transUnitStatusService")
@Path(TransUnitStatusResource.SERVICE_PATH)
@Path(TransUnitResource.SERVICE_PATH)
@Transactional
public class TransUnitStatusService implements TransUnitStatusResource {
public class TransUnitService implements TransUnitResource {

@PathParam("projectSlug")
private String projectSlug;
Expand All @@ -75,7 +75,7 @@ public class TransUnitStatusService implements TransUnitStatusResource {
private LocaleDAO localeDAO;

@Override
public Response get() {
public Response getStatus() {

HDocument document =
documentDAO.getByProjectIterationAndDocId(projectSlug,
Expand Down

0 comments on commit f234f10

Please sign in to comment.