Fix Javadocs
[lgpl/argeo-commons.git] / jcr / org.argeo.cms.jcr.ui / src / org / argeo / cms / ui / forms / FormUtils.java
index ef49c8ae5652e5c351b8b5113c304673f4470711..eeafabbe1454a9ca2bd3a1584d4a4dfedc57ad1e 100644 (file)
@@ -121,7 +121,7 @@ public class FormUtils {
         * @param value
         * @param label
         *            a potentially distinct label
-        * @return
+        * @return the link
         */
        public static String getPhoneLink(String value, String label) {
                StringBuilder builder = new StringBuilder();
@@ -146,7 +146,7 @@ public class FormUtils {
         * @param value
         * @param label
         *            a potentially distinct label
-        * @return
+        * @return the link
         */
        public static String getMailLink(String value, String label) {
                StringBuilder builder = new StringBuilder();