Skip to content

Commit 221ee5a

Browse files
committed
Remove unused setName method from PlayerData
The setName method was not being used and has been removed to clean up the code. This improves maintainability by eliminating unnecessary methods.
1 parent 3d5cafc commit 221ee5a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/com/vltno/timeloop/PlayerData.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ public String getName() {
1616
return name;
1717
}
1818

19-
public void setName(String name) {
20-
this.name = name;
21-
}
22-
2319
public String getNickname() {
2420
return nickname;
2521
}

0 commit comments

Comments
 (0)