Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing unused regex
  • Loading branch information
escowles committed Apr 7, 2015
1 parent 3066035 commit 5f2b221
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -51,8 +51,6 @@ public class AllNodeEventsOneEvent implements InternalExternalEventMapper {
private static final List<Integer> PROPERTY_EVENT_TYPES = asList(PROPERTY_ADDED, PROPERTY_CHANGED,
PROPERTY_REMOVED);

private final static String propPattern = "/[a-zA-Z0-9\\.]+:[a-zA-Z0-9\\.]+";

/**
* Extracts the node identifier from a JCR {@link Event}.
*/
Expand Down

0 comments on commit 5f2b221

Please sign in to comment.