You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/05/05 11:30:50 UTC

[tomee] branch master updated: Checkstyle

This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new d3a385f  Checkstyle
d3a385f is described below

commit d3a385f769b9cea2d3fae6a602119c436d4fece4
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Tue May 5 12:30:22 2020 +0100

    Checkstyle
---
 .../java/org/apache/tomee/microprofile/config/TomEEOpenAPIExtension.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/config/TomEEOpenAPIExtension.java b/tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/config/TomEEOpenAPIExtension.java
index e79bb1e..79da1f9 100644
--- a/tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/config/TomEEOpenAPIExtension.java
+++ b/tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/config/TomEEOpenAPIExtension.java
@@ -64,6 +64,7 @@ import static java.util.Optional.ofNullable;
 import static java.util.stream.Collectors.toSet;
 import static javax.ws.rs.core.MediaType.APPLICATION_JSON_TYPE;
 
+@SuppressWarnings("checkstyle:finalclass")
 public class TomEEOpenAPIExtension extends GeronimoOpenAPIExtension implements Extension {
 
     private final Collection<Bean<?>> endpoints = new ArrayList<>();