Merge "Clarified format of ContentCaptureCondition.FLAG_IS_REGEX" into qt-dev
This commit is contained in:
@@ -35,7 +35,8 @@ import java.lang.annotation.RetentionPolicy;
|
||||
public final class ContentCaptureCondition implements Parcelable {
|
||||
|
||||
/**
|
||||
* When set, package should use the {@link LocusId#getId()} as a regular expression.
|
||||
* When set, package should use the {@link LocusId#getId()} as a regular expression (using the
|
||||
* {@link java.util.regex.Pattern} format).
|
||||
*/
|
||||
public static final int FLAG_IS_REGEX = 0x2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user