Skip to content

Commit

Permalink
change BaseSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
gpiento committed May 14, 2024
1 parent 37327b5 commit 5231068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/hexlet/code/schemas/StringSchema.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ public StringSchema minLength(final int length) {
}

/**
* Adds a predicate to check if the input String contains the specified substring.
* Adds a predicate to check if the input String contains the specified
* substring.
*
* @param substring the substring to check for in the input String
* @return the current StringSchema object
Expand Down

0 comments on commit 5231068

Please sign in to comment.