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

Commit

Permalink
rhbz1065790 rename ReindexActionBean to ReindexAction
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Feb 19, 2014
1 parent ee4c7aa commit 53af1ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -27,7 +27,7 @@
@Slf4j
@Scope(ScopeType.STATELESS)
@Restrict("#{s:hasRole('admin')}")
public class ReindexActionBean implements Serializable {
public class ReindexAction implements Serializable {
private static final long serialVersionUID = 1L;

@In
Expand Down
Expand Up @@ -36,7 +36,7 @@
*
* @author Carlos Munoz <a
* href="mailto:camunoz@redhat.com">camunoz@redhat.com</a>
* @see org.zanata.action.ReindexActionBean
* @see org.zanata.action.ReindexAction
*/
@Name("searchServiceImpl")
@Path("/search")
Expand Down

0 comments on commit 53af1ed

Please sign in to comment.