Skip to content

Commit

Permalink
Groups fields for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Oct 1, 2014
1 parent 6098ef0 commit 92f38df
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,13 @@ public class ParametersInterceptor extends MethodFilterInterceptor {

protected static final int PARAM_NAME_MAX_LENGTH = 100;

private ExcludedPatternsChecker excludedPatterns;

private int paramNameMaxLength = PARAM_NAME_MAX_LENGTH;
private boolean devMode = false;

protected boolean ordered = false;

private ValueStackFactory valueStackFactory;
private ExcludedPatternsChecker excludedPatterns;
private AcceptedPatternsChecker acceptedPatterns;

@Inject
Expand Down

0 comments on commit 92f38df

Please sign in to comment.