Skip to content

Commit ed422ed

Browse files
committed
8338817: Wrong indent in API docs for java.lang.management.ManagementFactory
Reviewed-by: alanb, dfuchs
1 parent 288fa60 commit ed422ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/java.management/share/classes/java/lang/management/ManagementFactory.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2003, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -95,7 +95,6 @@
9595
* <p>
9696
* An application can access a platform MXBean in the following ways:
9797
* <h3>1. Direct access to an MXBean interface</h3>
98-
* <blockquote>
9998
* <ul>
10099
* <li>Get an MXBean instance by calling the
101100
* {@link #getPlatformMXBean(Class) getPlatformMXBean} or
@@ -130,7 +129,6 @@
130129
* for details.
131130
* </li>
132131
* </ul>
133-
* </blockquote>
134132
*
135133
* <p>
136134
* The {@link #getPlatformManagementInterfaces getPlatformManagementInterfaces}

0 commit comments

Comments
 (0)