From 8067c78ac51fb6da11372cd804ab88f65a0ead56 Mon Sep 17 00:00:00 2001 From: Martin Ledvinka Date: Mon, 13 Jul 2026 17:30:31 +0200 Subject: [PATCH] [Fix] Remove use of implNote in javadoc It broke build on Jenkins --- .../model/query/criteria/CriteriaBuilder.java | 6 ++++-- pom.xml | 18 ------------------ 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/jopa-api/src/main/java/cz/cvut/kbss/jopa/model/query/criteria/CriteriaBuilder.java b/jopa-api/src/main/java/cz/cvut/kbss/jopa/model/query/criteria/CriteriaBuilder.java index 10e832b84..a657ad127 100644 --- a/jopa-api/src/main/java/cz/cvut/kbss/jopa/model/query/criteria/CriteriaBuilder.java +++ b/jopa-api/src/main/java/cz/cvut/kbss/jopa/model/query/criteria/CriteriaBuilder.java @@ -58,19 +58,21 @@ public interface CriteriaBuilder extends PredicateFactory { /** * Create an aggregate expression applying the count operation. + *

+ * Return type of count function in SPARQL is xsd:integer which JOPA internally represents as Integer. * * @param x expression representing input value to count operation * @return count expression - * @implNote Return type of count function in SPARQL is xsd:integer which JOPA internally represents as Integer. */ Expression count(Expression x); /** * Create an aggregate expression applying the count distinct operation. + *

+ * Return type of count function in SPARQL is xsd:integer which JOPA internally represents as Integer. * * @param x expression representing input value to count operation * @return count distinct expression - * @implNote Return type of count function in SPARQL is xsd:integer which JOPA internally represents as Integer. */ Expression countDistinct(Expression x); diff --git a/pom.xml b/pom.xml index a72ba96f1..655d3acfb 100644 --- a/pom.xml +++ b/pom.xml @@ -128,15 +128,6 @@ maven-javadoc-plugin ${maven.javadoc.plugin.version} - - - - implNote - a - Implementation Note: - - - attach-javadocs @@ -184,15 +175,6 @@ maven-javadoc-plugin ${maven.javadoc.plugin.version} - - - - implNote - a - Implementation Note: - - - attach-javadocs