src/java.management/share/classes/com/sun/jmx/mbeanserver/Introspector.java
changeset 58659 4113f16d5109
parent 47216 71c04702a3d5
--- a/src/java.management/share/classes/com/sun/jmx/mbeanserver/Introspector.java	Thu Oct 17 02:49:14 2019 +0200
+++ b/src/java.management/share/classes/com/sun/jmx/mbeanserver/Introspector.java	Wed Oct 16 18:47:11 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2019, 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
@@ -450,7 +450,7 @@
      * @return nothing - this method always throw an exception.
      *         The return type makes it possible to write
      *         <pre> throw throwException(clazz,cause); </pre>
-     * @throws SecurityException - if cause is a SecurityException
+     * @throws SecurityException   if cause is a SecurityException
      * @throws NotCompliantMBeanException otherwise.
      **/
     static NotCompliantMBeanException throwException(Class<?> notCompliant,