--- old/src/java.compiler/share/classes/javax/lang/model/element/PackageElement.java 2017-01-31 00:24:31.854851858 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/element/PackageElement.java 2017-01-31 00:24:31.754851854 -0800 @@ -42,6 +42,7 @@ /** * Returns the fully qualified name of this package. * This is also known as the package's canonical name. + * For an {@linkplain #isUnnamed() unnamed package}, an empty name is returned. * * @return the fully qualified name of this package, or an * empty name if this is an unnamed package @@ -50,8 +51,8 @@ Name getQualifiedName(); /** - * Returns the simple name of this package. For an unnamed - * package, an empty name is returned. + * Returns the simple name of this package. For an {@linkplain + * #isUnnamed() unnamed package}, an empty name is returned. * * @return the simple name of this package or an empty name if * this is an unnamed package