Skip to content

Commit

Permalink
fix javadoc comment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
julianraj committed Aug 23, 2017
1 parent 400f22f commit 6b80e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public void autoTrimValue(boolean flag) {
* true.
* .</p>
*
* @param errorAlwaysEnabled
* @param errorAlwaysEnabled flag to set error-space as always enabled
*/
public void setErrorAlwaysEnabled(boolean errorAlwaysEnabled) {
mErrorAlwaysEnabled = errorAlwaysEnabled;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public LengthValidator(int pMinimumLength, int pMaximumLength, @NonNull String p

/**
* @param pErrorMessage error message to display if validation fails
* param pCallback callback for validation event
* @param pCallback callback for validation event
*/
public LengthValidator(@NonNull String pErrorMessage, ValidationCallback pCallback) {
super(pErrorMessage, pCallback);
Expand Down

0 comments on commit 6b80e8e

Please sign in to comment.