Skip to content

Commit 7dffcae

Browse files
author
Arun Gupta
committed
Added a comment about method signatures
1 parent 7c907a9 commit 7dffcae

File tree

1 file changed

+2
-1
lines changed
  • jsf/http-get/src/main/java/org/javaee7/jsf/http/get

1 file changed

+2
-1
lines changed

jsf/http-get/src/main/java/org/javaee7/jsf/http/get/User.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ public String getName() {
6060
public void setName(String name) {
6161
this.name = name;
6262
}
63-
63+
64+
// Both process and process2 are valid method signatures
6465
public void process(ComponentSystemEvent event) throws AbortProcessingException {
6566
System.out.println("process called");
6667
name = name.toUpperCase();

0 commit comments

Comments
 (0)