mirror of
https://github.com/Noratrieb/UMLetClassParser.git
synced 2026-01-15 09:05:05 +01:00
fixed arg regex
This commit is contained in:
parent
096621c19b
commit
cb331331f1
3 changed files with 2 additions and 4 deletions
|
|
@ -50,5 +50,5 @@ public class Regex {
|
|||
* <li>2 The datatype</li>
|
||||
* </ul>
|
||||
*/
|
||||
public static final String ARG_SPLIT_REGEX = " ?(\\w+): (\\w+)";
|
||||
public static final String ARG_SPLIT_REGEX = " *(\\w+) *: *(\\w+)";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue