Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-gupta23 committed Nov 15, 2024
1 parent 1340a3a commit 0b52369
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class SubDocument {

private static final Set<String> IMPLICIT_PATHS = Set.of(CREATED_TIME, LAST_UPDATED_TIME);
private static final Pattern ALLOWED_CHARACTERS =
Pattern.compile("^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$");
Pattern.compile("^[a-zA-Z0-9_-]+(.[a-zA-Z0-9_-]+)*$");

String path;

Expand Down

0 comments on commit 0b52369

Please sign in to comment.