--- old/src/java.base/share/classes/sun/text/bidi/BidiBase.java 2015-05-18 19:54:40.904747443 +0400 +++ new/src/java.base/share/classes/sun/text/bidi/BidiBase.java 2015-05-18 19:54:40.752747443 +0400 @@ -81,14 +81,13 @@ * *

General remarks about the API:

* - * The "limit" of a sequence of characters is the position just after + * The "limit" of a sequence of characters is the position just after * their last character, i.e., one more than that position. *

* - * Some of the API methods provide access to "runs". Such a - * "run" is defined as a sequence of characters that are at the same + * Some of the API methods provide access to "runs". Such a + * "run" is defined as a sequence of characters that are at the same * embedding level after performing the Bidi algorithm. - *

* *

Basic concept: paragraph

* A piece of text can be divided into several paragraphs by characters @@ -141,7 +140,8 @@ * these special values are designed that way. Also, the implementation * assumes that MAX_EXPLICIT_LEVEL is odd. * - *