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

Commit

Permalink
Specify param names for injection
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Jun 30, 2015
1 parent e03b136 commit e42cbfc
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -41,9 +41,9 @@
@Slf4j
public class ConfigurationAction implements Serializable {
private static final long serialVersionUID = 1L;
@RequestParameter
@RequestParameter("iterationSlug")
private String iterationSlug;
@RequestParameter
@RequestParameter("projectSlug")
private String projectSlug;

@In
Expand Down

0 comments on commit e42cbfc

Please sign in to comment.