jdk/src/share/classes/java/lang/Integer.java
changeset 14014 da3648e13e67
parent 12858 97e3f3f77254
child 14503 0729d9e57ed5
--- a/jdk/src/share/classes/java/lang/Integer.java	Sat Sep 29 15:44:06 2012 +0400
+++ b/jdk/src/share/classes/java/lang/Integer.java	Mon Oct 01 15:36:57 2012 +0100
@@ -752,7 +752,7 @@
      * -128 and 127 (inclusive) as required by JLS.
      *
      * The cache is initialized on first usage.  The size of the cache
-     * may be controlled by the -XX:AutoBoxCacheMax=<size> option.
+     * may be controlled by the {@code -XX:AutoBoxCacheMax=<size>} option.
      * During VM initialization, java.lang.Integer.IntegerCache.high property
      * may be set and saved in the private system properties in the
      * sun.misc.VM class.