]> granicus.if.org Git - icu/commitdiff
ICU-11679 Fixed incorrect Java Doc comments and import (Direction)
authorYoshito Umaoka <y.umaoka@gmail.com>
Thu, 15 Sep 2016 01:30:54 +0000 (01:30 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Thu, 15 Sep 2016 01:30:54 +0000 (01:30 +0000)
X-SVN-Rev: 39233

icu4j/main/classes/core/src/com/ibm/icu/text/BidiTransform.java

index bb51462d0feff7f196ac94da5754c1ada4000273..656f29cdb9d4d7b26602c844ae75b2f58642361e 100644 (file)
@@ -4,7 +4,6 @@
 package com.ibm.icu.text;\r
 \r
 import com.ibm.icu.lang.UCharacter;\r
-import com.ibm.icu.text.RelativeDateTimeFormatter.Direction;\r
 \r
 /**\r
  * Bidi Layout Transformation Engine.\r
@@ -259,8 +258,8 @@ public class BidiTransform
 \r
     /**\r
      * When the direction option is\r
-     * <code>{@link Direction#DIRECTION_DEFAULT_LTR}</code> or\r
-     * <code>{@link Direction#DIRECTION_DEFAULT_RTL}</code>, resolves the base\r
+     * <code>{@link Bidi#LEVEL_DEFAULT_LTR}</code> or\r
+     * <code>{@link Bidi#LEVEL_DEFAULT_RTL}</code>, resolves the base\r
      * direction according to that of the first strong directional character in\r
      * the text.\r
      *\r