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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* 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>
|
* <em>expression</em> # <em>[ identifier | new ]</em>
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @see JSR 292
|
* @since 1.8
|
||||||
*/
|
*/
|
||||||
public interface MemberReferenceTree extends ExpressionTree {
|
public interface MemberReferenceTree extends ExpressionTree {
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
|
Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||||
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
|
||||||
This code is free software; you can redistribute it and/or modify it
|
This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -29,6 +29,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="white">
|
<body bgcolor="white">
|
||||||
As of JDK version 1.5, replaced by
|
As of JDK version 1.5, replaced by
|
||||||
{@link com.sun.tools.doclets.internal.toolkit.util}.
|
{@code com.sun.tools.doclets.internal.toolkit.util}.
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue