Skip to content

Commit 8bb7f6c

Browse files
committed
Changing the greeting part from decorator to be bold
1 parent 0581424 commit 8bb7f6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cdi/decorators/src/main/java/org/javaee7/cdi/decorators/MyDecorator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class MyDecorator implements Greeting {
5454

5555
@Override
5656
public String greet(String name) {
57-
return greeting.greet(name + " very much!");
57+
return greeting.greet(name + " <b>very much!</b>");
5858
}
5959

6060
}

0 commit comments

Comments
 (0)