summaryrefslogtreecommitdiff
path: root/java/util/logging/LoggingMXBean.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/util/logging/LoggingMXBean.java')
-rw-r--r--java/util/logging/LoggingMXBean.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/util/logging/LoggingMXBean.java b/java/util/logging/LoggingMXBean.java
index 3e0a7276d..24d8834c7 100644
--- a/java/util/logging/LoggingMXBean.java
+++ b/java/util/logging/LoggingMXBean.java
@@ -44,7 +44,7 @@ import java.util.List;
* This interface represents the management interface for logging.
* There is a single logging bean per VM instance, which can be
* retrieved via {@link LogManager#getLoggingMXBean()}.
- *
+ *
* @since 1.5
*/
public interface LoggingMXBean
@@ -73,7 +73,7 @@ public interface LoggingMXBean
/**
* Sets the logging level for a particular logger.
- *
+ *
* @param logger the name of the logger
* @param level the name of the new logging level, or null
* @throws IllegalArgumentException if the level is not