Improve Javadoc

This commit is contained in:
baislsl
2018-02-19 22:01:14 +08:00
parent d78434fed8
commit 991ba320a6
30 changed files with 88 additions and 80 deletions

View File

@ -24,7 +24,7 @@ package com.iluwatar.servicelocator;
/**
* This is going to be the parent service interface which we will use to create our services. All
* services will have a <li>service name</li> <li>unique id</li> <li>execution work flow</li>
* services will have a <ul><li>service name</li> <li>unique id</li> <li>execution work flow</li></ul>
*
* @author saifasif
*