--- old/src/java.naming/share/classes/com/sun/jndi/toolkit/dir/HierMemDirCtx.java 2015-05-18 17:53:49.152753402 +0400 +++ new/src/java.naming/share/classes/com/sun/jndi/toolkit/dir/HierMemDirCtx.java 2015-05-18 17:53:49.000753402 +0400 @@ -32,8 +32,8 @@ /** * A sample service provider that implements a hierarchical directory in memory. * Every operation begins by doing a lookup on the name passed to it and then - * calls a corresponding "do" on the result of the lookup. The - * "do" does the work without any further resolution (it assumes + * calls a corresponding "{@code do}" on the result of the lookup. The + * "{@code do}" does the work without any further resolution (it assumes * that it is the target context). */