Skip to content

Commit

Permalink
Stop linked editing when '>' is encountered.
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Jan 24, 2023
1 parent d1aee14 commit 9c0440e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/
class XMLLinkedEditing {

private static final String WORD_PATTERN = "[^\\s]+";
private static final String WORD_PATTERN = "[^\\s>]+";

private static Logger LOGGER = Logger.getLogger(XMLLinkedEditing.class.getName());

Expand Down

0 comments on commit 9c0440e

Please sign in to comment.