Skip to content

Commit

Permalink
fix javastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaido91 authored May 24, 2018
1 parent fca3af8 commit 6fd8f2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Contains all the Utils methods used in the masking expressions.
*/
public class MaskExpressionsUtils {
final static int UNMASKED_VAL = -1;
static final int UNMASKED_VAL = -1;

/**
* Returns the masking character for {@param c} or {@param c} is it should not be masked.
Expand Down

0 comments on commit 6fd8f2f

Please sign in to comment.