mirror of
https://github.com/Noratrieb/UMLetClassParser.git
synced 2026-01-14 08:35:07 +01:00
forgot to fix <> in the arg split regex
This commit is contained in:
parent
b5bdb43520
commit
f85d1f34bc
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ public abstract class Regex {
|
|||
* <li>2 The datatype</li>
|
||||
* </ul>
|
||||
*/
|
||||
public static final Pattern ARG_SPLIT_REGEX = Pattern.compile(" *(\\w+) *: *(\\w+)");
|
||||
public static final Pattern ARG_SPLIT_REGEX = Pattern.compile(" *(\\w+) *: *([\\w<>]+)");
|
||||
|
||||
public static final Pattern FIELD_FIND_REGEX_NO_ENCAPSULATION = Pattern.compile(" *(?<capsule>[+\\-~#])? *(?<name>\\w+) *: *(?<type>[\\w<>]+)");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue