Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dockerized Testing Toolkit
DTT Backend
Commits
42489c13
Commit
42489c13
authored
Jul 01, 2020
by
Kammleiter
Browse files
corrected boolean check
parent
a55a01d0
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/de/hftstuttgart/utils/GitTeaUtil.java
View file @
42489c13
...
...
@@ -74,7 +74,7 @@ public class GitTeaUtil {
}
catch
(
ApiException
e
)
{
LOG
.
error
(
"Error while deleting repository:"
+
e
.
getMessage
());
}
return
repository
=
=
null
;
return
repository
!
=
null
;
}
private
void
setupAuth
()
{
...
...
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