Fix mvn javadoc:javadoc failure, update javadoc plugin to 3.4.1
[aai/schema-service.git] / aai-schema-service / src / main / java / org / onap / aai / schemaservice / nodeschema / validation / AAISchemaValidationException.java
index 4d35e83..efdc48d 100644 (file)
@@ -21,7 +21,7 @@
 package org.onap.aai.schemaservice.nodeschema.validation;
 
 /**
- * Indicates that a fatal error in the A&AI schema has been found.
+ * Indicates that a fatal error in the A&AI schema has been found.
  */
 public class AAISchemaValidationException extends IllegalStateException {
     public AAISchemaValidationException(String msg) {