Skip to content

Commit ebbf5ae

Browse files
committed
1
1 parent ba1af18 commit ebbf5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

designpattern/src/com/geekbetter/designpattern/construction/adapter/AdapaterClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
public class AdapaterClient {
44
public static void main(String[] args) {
5-
65
Target target;
76
target = new Adapter();
87
target.request();
8+
System.out.println("this is adapater pattern");
99
}
1010
}

0 commit comments

Comments
 (0)