Skip to content

Commit

Permalink
Small textual improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarCoelho committed Oct 10, 2024
1 parent 5123cf7 commit 4947a0a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import javax.xml.bind.Unmarshaller;

/**
* The XML Specification
* The XML Specification.
*/
public final class XmlSpecification {

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4947a0a

Please sign in to comment.