We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f56426 commit 32229a2Copy full SHA for 32229a2
sift-core/src/main/java/com/mirkoddd/sift/core/Sift.java
@@ -57,6 +57,7 @@ private Sift() {
57
*
58
* @param flag The primary, mandatory flag to apply to the entire regular expression.
59
* @param flags Additional optional flags to apply.
60
+ *
61
* @return An intermediate step to define the starting position or search strategy for the pattern.
62
*/
63
public static SiftStarter filteringWith(SiftGlobalFlag flag, SiftGlobalFlag... flags) {
0 commit comments