upgraded version dependencies

This commit is contained in:
2023-05-28 11:53:59 -04:00
parent dc69d34202
commit 3625e67ce6
2 changed files with 8 additions and 3 deletions

4
fluent-regex.txt Normal file
View File

@@ -0,0 +1,4 @@
Regex:
public void set([^\{]+)\{(\W*)this\.([^;]+);(\W*)}
Replace:
public void set$1\{$2this\.$3;$4}\n\n\tpublic HistoricTaskQueryRepresentation with$1\{$2this\.$3;$2return this;$4}