Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Plan
Issues
27
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
ARSnova Backend
Commits
685695a6
There was a problem fetching the latest pipeline status.
Commit
685695a6
authored
7 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Patches
Plain Diff
Remove unnecessary parenthesis
parent
c30b2ec9
1 merge request
!48
Code cleanup
Pipeline
#7923
passed with stages
in 2 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/thm/arsnova/entities/Motd.java
+1
-1
1 addition, 1 deletion
src/main/java/de/thm/arsnova/entities/Motd.java
with
1 addition
and
1 deletion
src/main/java/de/thm/arsnova/entities/Motd.java
+
1
−
1
View file @
685695a6
...
...
@@ -142,6 +142,6 @@ public class Motd {
return
false
;
}
Motd
other
=
(
Motd
)
obj
;
return
(
this
.
getMotdkey
().
equals
(
other
.
getMotdkey
())
)
;
return
this
.
getMotdkey
().
equals
(
other
.
getMotdkey
());
}
}
This diff is collapsed.
Click to expand it.
Daniel Gerhardt
@dgrh99
mentioned in commit
f2097254
·
7 years ago
mentioned in commit
f2097254
mentioned in commit f20972547c8f9ce8658fe9e903f348d9975616e8
Toggle commit list
Daniel Gerhardt
@dgrh99
mentioned in merge request
!49 (merged)
·
7 years ago
mentioned in merge request
!49 (merged)
mentioned in merge request !49
Toggle commit list
Daniel Gerhardt
@dgrh99
mentioned in commit
c31cd727
·
7 years ago
mentioned in commit
c31cd727
mentioned in commit c31cd72730c83a8611379f1a434da21e6395781a
Toggle commit list
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment