8274509: Remove stray * and stylistic . from doc comments

Reviewed-by: alanb, dfuchs, lancea, iris, bpb
This commit is contained in:
Pavel Rappo 2021-09-29 17:09:08 +00:00
parent b1b66965f1
commit 97b28742b4
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007, 2021, 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
@ -911,7 +911,7 @@ public interface Path
* {@code getName(index)}, where {@code index} ranges from zero to
* {@code getNameCount() - 1}, inclusive.
*
* @return an iterator over the name elements of this path.
* @return an iterator over the name elements of this path
*/
@Override
default Iterator<Path> iterator() {