We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc46a99 commit e04fdadCopy full SHA for e04fdad
2 files changed
src/com/anxpp/designpattern/decorator/TestUse.java
@@ -1,7 +1,5 @@
1
package com.anxpp.designpattern.decorator;
2
3
-
4
5
public class TestUse {
6
public static void main(String args[]){
7
//被装饰者
src/com/anxpp/designpattern/decorator/package-info.java
@@ -1,5 +1,5 @@
/**
- * @author Administrator
+ * @author http://anxpp.com
* 装饰模式
*/
0 commit comments