You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/05/26 06:45:59 UTC

[syncope] branch 2_1_X updated: Fix checkstyle

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

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 9a6335e  Fix checkstyle
9a6335e is described below

commit 9a6335ee9905f16a88379d447c660f0697e4f455
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue May 26 08:45:39 2020 +0200

    Fix checkstyle
---
 .../java/org/apache/syncope/common/lib/types/BpmnProcessFormat.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/flowable/common-lib/src/main/java/org/apache/syncope/common/lib/types/BpmnProcessFormat.java b/ext/flowable/common-lib/src/main/java/org/apache/syncope/common/lib/types/BpmnProcessFormat.java
index 9eea132..a8e174e 100644
--- a/ext/flowable/common-lib/src/main/java/org/apache/syncope/common/lib/types/BpmnProcessFormat.java
+++ b/ext/flowable/common-lib/src/main/java/org/apache/syncope/common/lib/types/BpmnProcessFormat.java
@@ -30,7 +30,7 @@ public enum BpmnProcessFormat {
 
     private final MediaType mediaType;
 
-    private BpmnProcessFormat(final MediaType mediaType) {
+    BpmnProcessFormat(final MediaType mediaType) {
         this.mediaType = mediaType;
     }