diff -r 7109807f56e9 -r 31062cb3cc8e jdk/src/share/classes/java/lang/management/RuntimeMXBean.java --- a/jdk/src/share/classes/java/lang/management/RuntimeMXBean.java Tue Jul 09 12:47:37 2013 -0700 +++ b/jdk/src/share/classes/java/lang/management/RuntimeMXBean.java Wed Jul 10 14:20:19 2013 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -272,7 +272,7 @@ * *

* MBeanServer access:
- * The mapped type of List is String[]. + * The mapped type of {@code List} is String[]. * * @return a list of String objects; each element * is an argument passed to the Java virtual machine. @@ -312,7 +312,7 @@ * {@link javax.management.openmbean.TabularData TabularData} * with two items in each row as follows: *

- * + *
* * *
Item NameItem Type