We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30d115 commit 45fee18Copy full SHA for 45fee18
src/main/java/com/designpatterns/structural/proxy/president/President.java
@@ -2,6 +2,10 @@
2
3
import com.designpatterns.creational.singleton.Singleton;
4
5
+/**
6
+ * This is a class which is gonna be proxied by PresidentSecretary.
7
+ * Whenever any citizen decides to contact the President, they have to talk to the Secretary.
8
+ */
9
public class President {
10
11
private volatile static President instance = null;
0 commit comments