Skip to content
Snippets Groups Projects
Verified Commit 135d1ff7 authored by Théo Pirkl's avatar Théo Pirkl :nail_care:
Browse files

Removes toString()

parent 2ed1b0e3
No related branches found
No related tags found
1 merge request!21*poof* final version
...@@ -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";
}
} }
...@@ -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";
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment