mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 20:14:43 +02:00
8231859: Extra dash after the exception name in @throws clause of javadoc
Reviewed-by: weijun
This commit is contained in:
parent
60f7a49958
commit
463d6e9640
7 changed files with 13 additions and 13 deletions
|
@ -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 @@ public class Introspector {
|
|||
* @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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue