Skip to content

Commit c60411f

Browse files
author
duke
committedAug 19, 2020
Automatic merge of jdk:master into master
2 parents 9e212bc + 8e4a4cd commit c60411f

File tree

1 file changed

+2
-2
lines changed
  • src/jdk.compiler/share/classes/com/sun/tools/javac/tree

1 file changed

+2
-2
lines changed
 

‎src/jdk.compiler/share/classes/com/sun/tools/javac/tree/DCTree.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -326,7 +326,7 @@ public String getText() {
326326
}
327327
}
328328

329-
public static class DCEndElement extends DCEndPosTree<DCStartElement> implements EndElementTree {
329+
public static class DCEndElement extends DCEndPosTree<DCEndElement> implements EndElementTree {
330330
public final Name name;
331331

332332
DCEndElement(Name name) {

0 commit comments

Comments
 (0)
Please sign in to comment.