--- old/src/java.naming/share/classes/com/sun/naming/internal/ResourceManager.java 2015-08-04 13:14:22.008900116 +0300 +++ new/src/java.naming/share/classes/com/sun/naming/internal/ResourceManager.java 2015-08-04 13:14:21.704900109 +0300 @@ -137,7 +137,7 @@ * context (never null). This is based on the environment * parameter, the system properties, and all application resource files. * - *

This method will modify env and save + *

This method will modify {@code env} and save * a reference to it. The caller may no longer modify it. * * @param env environment passed to initial context constructor. @@ -195,7 +195,7 @@ * may in turn contain values that come from system properties, * or application resource files. * - * If concat is true and both the environment and the provider + * If {@code concat} is true and both the environment and the provider * resource file contain the property, the two values are concatenated * (with a ':' separator). *