Skip to content

Commit

Permalink
Removed trailing whitespace from appointmentbuilder line 68.
Browse files Browse the repository at this point in the history
  • Loading branch information
wynonaK committed Mar 26, 2018
1 parent 5508036 commit 2eb4851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public AppointmentBuilder withPetPatientName(String petPatientName) {
}

/**
* Parses the {@code appointmentTags} into a {@code Set<Tag>}
* Parses the {@code appointmentTags} into a {@code Set<Tag>}
* and set it to the {@code Appointment} that we are building.
*/
public AppointmentBuilder withAppointmentTags(String ... appointmentTags) {
Expand Down

0 comments on commit 2eb4851

Please sign in to comment.