7144951: fix minor javadoc issues

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2012-02-28 10:25:53 -08:00
parent a46962c4c1
commit 5707f715aa
2 changed files with 4 additions and 4 deletions

View file

@ -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 {

View file

@ -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>