]> granicus.if.org Git - icu/commitdiff
ICU-10560 Fixed link format
authorMark Davis <mark@macchiato.com>
Sat, 13 Sep 2014 09:13:33 +0000 (09:13 +0000)
committerMark Davis <mark@macchiato.com>
Sat, 13 Sep 2014 09:13:33 +0000 (09:13 +0000)
X-SVN-Rev: 36499

icu4j/main/classes/core/src/com/ibm/icu/util/Calendar.java

index 93104ab677a7b49317bfe08e5ad125bdeb2e204e..814d099e1df11461757be644304b6b924e5208dc 100644 (file)
@@ -4059,8 +4059,8 @@ public abstract class Calendar implements Serializable, Cloneable, Comparable<Ca
 
     /**
      * Sets what the first day of the week is,
-     * where 1 = {@link SUNDAY} and 7 = {@link SATURDAY}.
-     * @param value the given first day of the week, where 1 = {@link SUNDAY} and 7 = {@link SATURDAY}.
+     * where 1 = {@link #SUNDAY} and 7 = {@link #SATURDAY}.
+     * @param value the given first day of the week, where 1 = {@link #SUNDAY} and 7 = {@link #SATURDAY}.
      * @stable ICU 2.0
      */
     public void setFirstDayOfWeek(int value)
@@ -4076,9 +4076,9 @@ public abstract class Calendar implements Serializable, Cloneable, Comparable<Ca
 
     /**
      * Returns what the first day of the week is,      
-     * where 1 = {@link SUNDAY} and 7 = {@link SATURDAY}.
+     * where 1 = {@link #SUNDAY} and 7 = {@link #SATURDAY}.
      * e.g., Sunday in US, Monday in France
-     * @return the first day of the week, where 1 = {@link SUNDAY} and 7 = {@link SATURDAY}.
+     * @return the first day of the week, where 1 = {@link #SUNDAY} and 7 = {@link #SATURDAY}.
      * @stable ICU 2.0
      */
     public int getFirstDayOfWeek()