Skip to content

Commit 78e7247

Browse files
authored
Fixing error
1 parent 835321f commit 78e7247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com/abstractFactory/ServerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Created by sdmg15 on 21/03/17.
55
*/
6-
public class ServerFactory {
6+
public class ServerFactory implements AbstractFactory{
77

88

99
private String ram;

0 commit comments

Comments
 (0)