From b3db40a2666119a179eec6f9456dabf970fe2836 Mon Sep 17 00:00:00 2001
From: Dapeng <verydapeng@gmail.com>
Date: Mon, 19 Sep 2016 17:11:29 +0800
Subject: [PATCH] update owner creation ui

---
 .../org/springframework/samples/petclinic/web/OwnerResource.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/springframework/samples/petclinic/web/OwnerResource.java b/src/main/java/org/springframework/samples/petclinic/web/OwnerResource.java
index 7024631c..073cf80a 100644
--- a/src/main/java/org/springframework/samples/petclinic/web/OwnerResource.java
+++ b/src/main/java/org/springframework/samples/petclinic/web/OwnerResource.java
@@ -109,7 +109,6 @@ public class OwnerResource {
     	ownerModel.setTelephone(ownerRequest.getTelephone());
         this.clinicService.saveOwner(ownerModel);
         return ownerModel;
-        // TODO: need to handle failure
     }
 
 
-- 
GitLab