Fix Javadoc issue
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 16 Oct 2022 07:17:18 +0000 (09:17 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 16 Oct 2022 07:17:18 +0000 (09:17 +0200)
org.argeo.app.core/src/org/argeo/app/core/XPathUtils.java

index f86445c7072b09fa6a59a8f12db39171d4f61a1f..b0678cd3b2e126641114ef986c0239beb9d6c0e8 100644 (file)
@@ -78,7 +78,6 @@ public class XPathUtils {
         * @param propertyName
         * @param calendar       the reference date
         * @param lowerOrGreater "&lt;", "&gt;" TODO validate "&gt;="
         * @param propertyName
         * @param calendar       the reference date
         * @param lowerOrGreater "&lt;", "&gt;" TODO validate "&gt;="
-        * @return
         * @throws RepositoryException
         */
        public static String getPropertyDateComparaison(String propertyName, Calendar cal, String lowerOrGreater)
         * @throws RepositoryException
         */
        public static String getPropertyDateComparaison(String propertyName, Calendar cal, String lowerOrGreater)