Skip to content
Snippets Groups Projects
Commit e924e873 authored by Mic's avatar Mic
Browse files

moved Validator to the web package

parent 539f7631
No related branches found
No related tags found
No related merge requests found
/**
*
* The classes in this package represent the set of Validator objects
* the Business Layer makes available to the Presentation Layer.
*
*/
package org.springframework.samples.petclinic.validation;
......@@ -22,7 +22,6 @@ import org.springframework.samples.petclinic.Owner;
import org.springframework.samples.petclinic.Pet;
import org.springframework.samples.petclinic.PetType;
import org.springframework.samples.petclinic.service.ClinicService;
import org.springframework.samples.petclinic.validation.PetValidator;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.BindingResult;
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.samples.petclinic.validation;
package org.springframework.samples.petclinic.web;
import org.springframework.samples.petclinic.Pet;
import org.springframework.util.StringUtils;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment