浏览代码

Improved documentation

peter_backlund 17 年前
父节点
当前提交
dc89bc5e2f

+ 4
- 2
dddsample/src/main/java/se/citerus/dddsample/application/HandlingEventRegistrationAttempt.java 查看文件

9
 import java.util.Date;
9
 import java.util.Date;
10
 
10
 
11
 /**
11
 /**
12
- * This is a simple data holder for passing incoming handling event
12
+ * This is a simple transfer object for passing incoming handling event
13
  * registration attempts to proper the registration procedure.
13
  * registration attempts to proper the registration procedure.
14
- *  
14
+ *
15
+ * It is used as a message queue element. 
16
+ *
15
  */
17
  */
16
 public final class HandlingEventRegistrationAttempt implements Serializable {
18
 public final class HandlingEventRegistrationAttempt implements Serializable {
17
 
19