Skip to content

Commit

Permalink
fixing typo (autocomplete for report run popup)
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 12, 2017
1 parent 0e82625 commit f62e4f5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@

public class JasperReportParameterPropertiesDto implements Serializable{
private static final String PROPERTY_KEY = "key";
private static final String PROPERTY_LABEL = "lable";
private static final String PROPERTY_LABEL = "label";
private static final String PROPERTY_TARGET_TYPE = "targetType";
private static final String PROPERTY_MULTIVALUE = "multivalue";

Expand Down

0 comments on commit f62e4f5

Please sign in to comment.