Skip to content

Commit

Permalink
code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
keertipurswani committed Sep 21, 2023
1 parent d72e0db commit bb947b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public FurnitureItem createFurniture() {
}
}

public class Main {
public class furniture {
public static void main(String[] args) {
// Create factories for different types of furniture
FurnitureFactory sofaFactory = new SofaFactory();
Expand Down

0 comments on commit bb947b2

Please sign in to comment.