Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tp-4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pirkl-poo-2018
tp-4
Commits
135d1ff7
Verified
Commit
135d1ff7
authored
6 years ago
by
Théo Pirkl
Browse files
Options
Downloads
Patches
Plain Diff
Removes toString()
parent
2ed1b0e3
No related branches found
No related tags found
1 merge request
!21
*poof* final version
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/ch/hepia/events/JoinedJourney.java
+0
-6
0 additions, 6 deletions
src/main/java/ch/hepia/events/JoinedJourney.java
src/main/java/ch/hepia/events/LeftJourney.java
+0
-6
0 additions, 6 deletions
src/main/java/ch/hepia/events/LeftJourney.java
with
0 additions
and
12 deletions
src/main/java/ch/hepia/events/JoinedJourney.java
+
0
−
6
View file @
135d1ff7
...
@@ -57,10 +57,4 @@ public class JoinedJourney implements Event, Serializable {
...
@@ -57,10 +57,4 @@ public class JoinedJourney implements Event, Serializable {
public
int
hashCode
()
{
public
int
hashCode
()
{
return
Objects
.
hash
(
this
.
user
,
this
.
connection
);
return
Objects
.
hash
(
this
.
user
,
this
.
connection
);
}
}
@Override
public
String
toString
()
{
// TODO
return
"welp"
;
}
}
}
This diff is collapsed.
Click to expand it.
src/main/java/ch/hepia/events/LeftJourney.java
+
0
−
6
View file @
135d1ff7
...
@@ -38,10 +38,4 @@ public class LeftJourney implements Event, Serializable {
...
@@ -38,10 +38,4 @@ public class LeftJourney implements Event, Serializable {
public
String
getWeatherToDestination
(){
public
String
getWeatherToDestination
(){
return
weatherToDestination
;
return
weatherToDestination
;
}
}
@Override
public
String
toString
()
{
// TODO
return
"welp"
;
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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