From 4947a0a6cd49b2355c14ada2a59507cc20cf230f Mon Sep 17 00:00:00 2001 From: CesarCoelho Date: Thu, 10 Oct 2024 15:43:00 +0200 Subject: [PATCH] Small textual improvements --- .../src/main/java/esa/mo/xsd/util/XmlSpecification.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-generator/generator-interfaces/src/main/java/esa/mo/xsd/util/XmlSpecification.java b/api-generator/generator-interfaces/src/main/java/esa/mo/xsd/util/XmlSpecification.java index 9c6eab15..ac2d1aac 100644 --- a/api-generator/generator-interfaces/src/main/java/esa/mo/xsd/util/XmlSpecification.java +++ b/api-generator/generator-interfaces/src/main/java/esa/mo/xsd/util/XmlSpecification.java @@ -34,7 +34,7 @@ import javax.xml.bind.Unmarshaller; /** - * The XML Specification + * The XML Specification. */ public final class XmlSpecification { @@ -83,7 +83,7 @@ public SpecificationType getSpecType() { * is not saved with these changes. This method is a hack to have the new * "ServiceSchema-v003" specifications, to be compatible with the old code. * This method will have to be removed after the mo-services-java codebase - * fully removes support for the old MAL. + * fully deprecate support for the old MAL. * * @param file The file with the specification. * @return An input stream with the modified content.