mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-12 19:35:24 +00:00
8251454: Wrong "self type" in DCTree.DCEndElement
Reviewed-by: jjg
This commit is contained in:
parent
ecfb2914d0
commit
8e4a4cdbe0
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2011, 2020, 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
|
||||
@ -326,7 +326,7 @@ public abstract class DCTree implements DocTree {
|
||||
}
|
||||
}
|
||||
|
||||
public static class DCEndElement extends DCEndPosTree<DCStartElement> implements EndElementTree {
|
||||
public static class DCEndElement extends DCEndPosTree<DCEndElement> implements EndElementTree {
|
||||
public final Name name;
|
||||
|
||||
DCEndElement(Name name) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user