Skip to content

Commit

Permalink
Fixed errors v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevhenSrdk committed Nov 1, 2024
1 parent 02b74d8 commit 0e62eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/core/basesyntax/Figure.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package core.basesyntax;

public abstract class Figure implements Drawable {
public abstract class Figure {
private String color;

public Figure(String color) {
Expand Down

0 comments on commit 0e62eca

Please sign in to comment.