Fix duplicated word in JsonbException message
diff --git a/src/main/resources/yasson-messages.properties b/src/main/resources/yasson-messages.properties index a059313..244df20 100644 --- a/src/main/resources/yasson-messages.properties +++ b/src/main/resources/yasson-messages.properties
@@ -82,7 +82,7 @@ nonParametrizedType=Type: {0} is not a parametrized type. propertyNameClash=Property {0} clashes with property {1} by read or write name in class {2}. sqlDateIJsonError=java.sql.Date is not supported in STRICT_IJSON mode. -recursiveReference=Recursive reference has been found in class {0}. +recursiveReference=Recursive reference has been found in {0}. datatypeFactoryCreationFailed=An error occurred while DatatypeFactory creation. multipleConstructorPropertiesCreators=More than one constructor annotated with @ConstructorProperties declared in class {0}. annotationNotAvailable=Annotation {0} is not visible in modules or classpath. Annotation will be ignored.