< prev index next >

src/java.naming/share/classes/com/sun/naming/internal/ResourceManager.java

Print this page

        

@@ -135,11 +135,11 @@
      * Given the environment parameter passed to the initial context
      * constructor, returns the full environment for that initial
      * context (never null).  This is based on the environment
      * parameter, the system properties, and all application resource files.
      *
-     * <p> This method will modify <tt>env</tt> and save
+     * <p> 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.
      *                  Null indicates an empty environment.
      *

@@ -193,11 +193,11 @@
       * Retrieves the property from the environment, or from the provider
       * resource file associated with the given context.  The environment
       * may in turn contain values that come from system properties,
       * or application resource files.
       *
-      * If <tt>concat</tt> 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).
       *
       * Returns null if no value is found.
       *
< prev index next >