From 0d8991d921e199826102c9d9c556527e6bcbed56 Mon Sep 17 00:00:00 2001 From: Jakub Pomykala Date: Mon, 12 Feb 2024 13:55:36 +0000 Subject: [PATCH] Removing p tags to fix doclint check - With these tags in place the doclint check fails and causing a build failure for the javadocs --- .../java/org/eclipse/microprofile/openapi/models/media/XML.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/src/main/java/org/eclipse/microprofile/openapi/models/media/XML.java b/api/src/main/java/org/eclipse/microprofile/openapi/models/media/XML.java index 1f0db090..2b9fafd4 100644 --- a/api/src/main/java/org/eclipse/microprofile/openapi/models/media/XML.java +++ b/api/src/main/java/org/eclipse/microprofile/openapi/models/media/XML.java @@ -23,10 +23,8 @@ /** * A metadata object that allows for more fine-tuned XML model definitions. When using arrays, XML element names are not * inferred (for singular/plural forms) and the name property SHOULD be used to add that information. - *

* * @see XML Object - *

*/ public interface XML extends Constructible, Extensible {