Skip to content

Commit

Permalink
2090293
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikNarozhnyi committed Nov 18, 2024
1 parent 79fb8a6 commit 8c7e9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/core/basesyntax/Square.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package core.basesyntax;

public class Square extends AbstractFigure implements Figure {
public class Square extends AbstractColor implements Figure {
private double side;

public Square(double side, String color) {
Expand Down

0 comments on commit 8c7e9ae

Please sign in to comment.