OpenJDK / jdk / jdk
changeset 51200:628333cfee7a
8208200: Add missing periods to sentences in RoundEnvironment specs
Reviewed-by: jjg
author | darcy |
---|---|
date | Wed, 25 Jul 2018 17:22:26 -0700 |
parents | 9f200b5bd189 |
children | 21626dccd2ca |
files | src/java.compiler/share/classes/javax/annotation/processing/RoundEnvironment.java |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/java.compiler/share/classes/javax/annotation/processing/RoundEnvironment.java Wed Jul 25 17:22:25 2018 -0400 +++ b/src/java.compiler/share/classes/javax/annotation/processing/RoundEnvironment.java Wed Jul 25 17:22:26 2018 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2018, 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 @@ -86,7 +86,7 @@ * created. * Likewise, elements of a module are not considered included * simply because a {@code module-info} file for that module was - * created + * created. * * @param a annotation type being requested * @return the elements annotated with the given annotation type, @@ -141,7 +141,7 @@ * created. * Likewise, elements of a module are not considered included * simply because a {@code module-info} file for that module was - * created + * created. * * @param a annotation type being requested * @return the elements annotated with the given annotation type,