mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8255262: Remove use of legacy custom @spec tag
Reviewed-by: lancea, mr, iris, alanb, darcy, mchung
This commit is contained in:
parent
a0b687bfb2
commit
0aa3c92577
69 changed files with 0 additions and 209 deletions
|
@ -115,7 +115,6 @@ public final class StackTraceElement implements java.io.Serializable {
|
|||
* {@code methodName} is null
|
||||
* @since 1.5
|
||||
* @revised 9
|
||||
* @spec JPMS
|
||||
*/
|
||||
public StackTraceElement(String declaringClass, String methodName,
|
||||
String fileName, int lineNumber) {
|
||||
|
@ -152,7 +151,6 @@ public final class StackTraceElement implements java.io.Serializable {
|
|||
* or {@code methodName} is {@code null}
|
||||
*
|
||||
* @since 9
|
||||
* @spec JPMS
|
||||
*/
|
||||
public StackTraceElement(String classLoaderName,
|
||||
String moduleName, String moduleVersion,
|
||||
|
@ -212,7 +210,6 @@ public final class StackTraceElement implements java.io.Serializable {
|
|||
* point represented by this stack trace element; {@code null}
|
||||
* if the module name is not available.
|
||||
* @since 9
|
||||
* @spec JPMS
|
||||
* @see Module#getName()
|
||||
*/
|
||||
public String getModuleName() {
|
||||
|
@ -227,7 +224,6 @@ public final class StackTraceElement implements java.io.Serializable {
|
|||
* point represented by this stack trace element; {@code null}
|
||||
* if the module version is not available.
|
||||
* @since 9
|
||||
* @spec JPMS
|
||||
* @see java.lang.module.ModuleDescriptor.Version
|
||||
*/
|
||||
public String getModuleVersion() {
|
||||
|
@ -243,7 +239,6 @@ public final class StackTraceElement implements java.io.Serializable {
|
|||
* if the class loader is not named.
|
||||
*
|
||||
* @since 9
|
||||
* @spec JPMS
|
||||
* @see java.lang.ClassLoader#getName()
|
||||
*/
|
||||
public String getClassLoaderName() {
|
||||
|
@ -358,7 +353,6 @@ public final class StackTraceElement implements java.io.Serializable {
|
|||
* choose to omit some element in the returned string.
|
||||
*
|
||||
* @revised 9
|
||||
* @spec JPMS
|
||||
* @see Throwable#printStackTrace()
|
||||
*/
|
||||
public String toString() {
|
||||
|
@ -408,7 +402,6 @@ public final class StackTraceElement implements java.io.Serializable {
|
|||
* execution point as this instance.
|
||||
*
|
||||
* @revised 9
|
||||
* @spec JPMS
|
||||
*/
|
||||
public boolean equals(Object obj) {
|
||||
if (obj==this)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue