Skip to content

Commit 8db2bb2

Browse files
committed
Improve Servant Javadoc
1 parent c3a827b commit 8db2bb2

File tree

1 file changed

+2
-0
lines changed
  • servant/src/main/java/com/iluwatar/servant

1 file changed

+2
-0
lines changed

servant/src/main/java/com/iluwatar/servant/App.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* Servant offers some functionality to a group of classes without defining that functionality in each of them.
88
* A Servant is a class whose instance provides methods that take care of a desired service,
99
* while objects for which the servant does something, are taken as parameters.
10+
* <p>
11+
* In this example {@link Servant} is serving {@link King} and {@link Queen}.
1012
*
1113
*/
1214
public class App {

0 commit comments

Comments
 (0)