Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangtien2k3 committed Nov 2, 2023
1 parent 7f4218d commit 666a467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
23 changes: 1 addition & 22 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Creational_Pattern/Factory_Method/crs/CommercialPlan.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ public class CommercialPlan extends Plan {
public void getRate() {
rate = 5.50;
}
}
}

0 comments on commit 666a467

Please sign in to comment.