Skip to content

Commit 1151beb

Browse files
committed
test
1 parent 66b58e9 commit 1151beb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DesignPatterns/src/main/java/com/loon/proxy/DecoratorDemo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class TimeStamped extends Decorator {
6666
private final long timeStamp;
6767

6868
public TimeStamped(Basic basic) {
69+
6970
super(basic);
7071
this.timeStamp = Calendar.getInstance().getTimeInMillis();
7172
}

0 commit comments

Comments
 (0)