Skip to content

Commit

Permalink
Revert "OK (#176)"
Browse files Browse the repository at this point in the history
This reverts 5ddc2ed.
  • Loading branch information
ByteLegendBot committed Nov 25, 2023
1 parent 5ddc2ed commit af99d0c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/java/com/bytelegend/Cat.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
public class Cat {
public String name;

public Cat() {
this("");
}

public Cat(String name) {
this.name = name;
name = name;
}

@Override
Expand Down

0 comments on commit af99d0c

Please sign in to comment.