Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
cota-backend
Commits
3a86dd86
Commit
3a86dd86
authored
1 year ago
by
Lückemeyer
Browse files
Options
Download
Email Patches
Plain Diff
changed regex prefix to dta
parent
b6f6e1ad
master
amg-dev-volumes
amg-svn+ssh
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/hftstuttgart/dtabackend/utils/RegexUtil.java
+2
-2
...main/java/de/hftstuttgart/dtabackend/utils/RegexUtil.java
with
2 additions
and
2 deletions
+2
-2
src/main/java/de/hftstuttgart/dtabackend/utils/RegexUtil.java
+
2
-
2
View file @
3a86dd86
...
...
@@ -14,8 +14,8 @@ import java.util.regex.Pattern;
public
class
RegexUtil
{
public
final
static
String
DTA_TESTCONFIGREGEX
=
"^dt
t
::(.*)::(.*|none)::(.*|none)::(.*)::(.*)$"
;
public
final
static
String
DTA_SUBMISSIONCONFIGREGEX
=
"^dt
t
::(.*)::(.*|none)::(.*|none)::(.*)$"
;
public
final
static
String
DTA_TESTCONFIGREGEX
=
"^dt
a
::(.*)::(.*|none)::(.*|none)::(.*)::(.*)$"
;
public
final
static
String
DTA_SUBMISSIONCONFIGREGEX
=
"^dt
a
::(.*)::(.*|none)::(.*|none)::(.*)$"
;
public
final
static
String
TESTCONFIGREGEX
=
"^dtt::(.*)::(.*|none)::(.*|none)::(.*)$"
;
public
final
static
String
SUBMISSIONCONFIGREGEX
=
"^dtt::(.*)::(.*|none)::(.*|none)$"
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets