auto commit
This commit is contained in:
@ -233,7 +233,7 @@ public class Client {
|
||||
```java
|
||||
public abstract class Factory {
|
||||
abstract public Product factoryMethod();
|
||||
public void doSomethind() {
|
||||
public void doSomething() {
|
||||
Product product = factoryMethod();
|
||||
// do something with the product
|
||||
}
|
||||
|
Reference in New Issue
Block a user