mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 22:20:47 +00:00
7144951: fix minor javadoc issues
Reviewed-by: darcy
This commit is contained in:
parent
a46962c4c1
commit
5707f715aa
@ -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 {
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
This code is free software; you can redistribute it and/or modify it
|
||||
@ -29,6 +29,6 @@
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
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>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user