Skip to content

Commit

Permalink
Update Flower.java
Browse files Browse the repository at this point in the history
Removed `getType` duplicate
  • Loading branch information
IanFH committed Apr 15, 2024
1 parent 8610744 commit b15cda8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/florizz/objects/Flower.java
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,6 @@ public String tableMeaningToString() {
return finalMeaning;
}

public Type getType() {
return type;
}

@Override
public boolean equals(Object obj) {
if (obj == this) {
Expand Down

0 comments on commit b15cda8

Please sign in to comment.