--- old/src/java.naming/share/classes/com/sun/jndi/toolkit/dir/SearchFilter.java 2015-05-18 17:53:49.644753402 +0400 +++ new/src/java.naming/share/classes/com/sun/jndi/toolkit/dir/SearchFilter.java 2015-05-18 17:53:49.488753402 +0400 @@ -548,8 +548,8 @@ /** - * Finds the first occurrence of ch in val starting - * from position start. It doesn't count if ch + * Finds the first occurrence of {@code ch} in {@code val} starting + * from position {@code start}. It doesn't count if {@code ch} * has been escaped by a backslash (\) */ public static int findUnescaped(char ch, String val, int start) { @@ -568,8 +568,8 @@ } /** - * Formats the expression expr using arguments from the array - * args. + * Formats the expression {@code expr} using arguments from the array + * {@code args}. * * {i} specifies the i'th element from * the array args is to be substituted for the