jaxb2: improvements in MyCustomMappingExceptionResolver
[SpringWebServicesForFun/.git] / jaxb2 / web-services-spring-jaxb2-server / src / main / java / de / spring / webservices / exceptions / CustomBusinessException.java
index 952e765..549c0b9 100644 (file)
@@ -3,7 +3,7 @@ package de.spring.webservices.exceptions;
 import java.util.List;
 
 /**
- * This exception will be caught by de.spring.webservices.endpoints.MyCustomExceptionResolver
+ * This exception will be caught by de.spring.webservices.endpoints.MyCustomMappingExceptionResolver
  *
  */
 public class CustomBusinessException extends RuntimeException {