8174051: fix terminology in javadoc comment

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2017-02-06 17:51:54 -08:00
parent d84c982cbc
commit 23017d450e

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2005, 2017, 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
@ -26,7 +26,7 @@
package com.sun.source.tree;
/**
* A tree node for an import statement.
* A tree node for an import declaration.
*
* For example:
* <pre>