Skip to content

Commit 7fdce5c

Browse files
author
liuxun
committed
代理模式
1 parent 8316d21 commit 7fdce5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/algorithm/study/demo/mode/proxy/MainTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ public class MainTest {
44
public static void main(String[] args) {
55
/**
66
* 为其他对象提供一种代理以控制对这个对象的访问
7+
*
78
*/
89
IGamePlayer gamePlayer=new GamePlayer("刘勋");
910
GamePlayerProxy proxy=new GamePlayerProxy(gamePlayer);

0 commit comments

Comments
 (0)