mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
7144951: fix minor javadoc issues
Reviewed-by: darcy
This commit is contained in:
parent
a46962c4c1
commit
5707f715aa
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2011, 2012, 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
|
||||
|
@ -37,7 +37,7 @@ import javax.lang.model.element.Name;
|
|||
* <em>expression</em> # <em>[ identifier | new ]</em>
|
||||
* </pre>
|
||||
*
|
||||
* @see JSR 292
|
||||
* @since 1.8
|
||||
*/
|
||||
public interface MemberReferenceTree extends ExpressionTree {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue