提交 45fee186 编写于 作者: E Ehsan

adds commit to the President class.

上级 e30d1154
......@@ -2,6 +2,10 @@ package com.designpatterns.structural.proxy.president;
import com.designpatterns.creational.singleton.Singleton;
/**
* This is a class which is gonna be proxied by PresidentSecretary.
* Whenever any citizen decides to contact the President, they have to talk to the Secretary.
*/
public class President {
private volatile static President instance = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册