Skip to content

Commit e04fdad

Browse files
committed
装饰模式
1 parent fc46a99 commit e04fdad

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/com/anxpp/designpattern/decorator/TestUse.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package com.anxpp.designpattern.decorator;
22

3-
4-
53
public class TestUse {
64
public static void main(String args[]){
75
//被装饰者
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author Administrator
2+
* @author http://anxpp.com
33
* 装饰模式
44
*/
55
package com.anxpp.designpattern.decorator;

0 commit comments

Comments
 (0)