From c642bca3045106cffd971d120214ea02296f1147 Mon Sep 17 00:00:00 2001 From: corinahorgan <78267994+corinahorgan@users.noreply.github.com> Date: Sat, 6 Feb 2021 17:31:01 +0000 Subject: [PATCH] Update Specialty.java Added a test comment --- .../org/springframework/samples/petclinic/vet/Specialty.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/springframework/samples/petclinic/vet/Specialty.java b/src/main/java/org/springframework/samples/petclinic/vet/Specialty.java index ea8ec6ded..01139183e 100644 --- a/src/main/java/org/springframework/samples/petclinic/vet/Specialty.java +++ b/src/main/java/org/springframework/samples/petclinic/vet/Specialty.java @@ -11,6 +11,7 @@ * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and + * Adding a comment * limitations under the License. */ package org.springframework.samples.petclinic.vet;