This commit is contained in:
Phillip Webb
2014-06-09 15:20:37 -07:00
parent 3975f8c931
commit f0c0f00089
10 changed files with 27 additions and 7 deletions

View File

@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package sample.ws.endpoint;
import java.text.SimpleDateFormat;
@@ -76,4 +77,5 @@ public class HolidayEndpoint {
this.humanResourceService.bookHoliday(startDate, endDate, name);
}
}