From 8d030e8db3b0d178ba023941bb7f8b8513a9b250 Mon Sep 17 00:00:00 2001 From: Thomas Jaeckle Date: Fri, 22 Jan 2021 09:28:06 +0100 Subject: [PATCH] [#926] javadoc error Signed-off-by: Thomas Jaeckle --- Jenkinsfile_multibranch_pipeline | 2 +- .../ditto/model/enforcers/trie/TrieBasedPolicyEnforcer.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile_multibranch_pipeline b/Jenkinsfile_multibranch_pipeline index cbe59d9e23..7f4f1249b8 100755 --- a/Jenkinsfile_multibranch_pipeline +++ b/Jenkinsfile_multibranch_pipeline @@ -43,7 +43,7 @@ pipeline { } steps { configFileProvider([configFile(fileId: 'mvn-bdc-settings', variable: 'MVN_SETTINGS')]) { - sh "mvn -s $MVN_SETTINGS clean deploy source:jar " + + sh "mvn -s $MVN_SETTINGS clean deploy javadoc:jar source:jar " + "-T1C --batch-mode --errors " + "-Pbuild-documentation,ditto " + "-Drevision=${theVersion} " + diff --git a/model/enforcers/src/main/java/org/eclipse/ditto/model/enforcers/trie/TrieBasedPolicyEnforcer.java b/model/enforcers/src/main/java/org/eclipse/ditto/model/enforcers/trie/TrieBasedPolicyEnforcer.java index 20917167fa..751d4183c6 100755 --- a/model/enforcers/src/main/java/org/eclipse/ditto/model/enforcers/trie/TrieBasedPolicyEnforcer.java +++ b/model/enforcers/src/main/java/org/eclipse/ditto/model/enforcers/trie/TrieBasedPolicyEnforcer.java @@ -51,7 +51,6 @@ * Each trie node has a {@link GrantRevokeIndex}, which maps each permission to the set of granted authorization * subjects and the set of revoked authorization subjects. The grant-revoke-indices are calculated in 4 different ways * to produce 4 tries of the same shape. 3 of those tries are used for policy enforcement. - *

*
    *
  1. Raw Trie: * For each policy entry, pairs of permissions and their granted/revoked subjects are added to the trie node at the