mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8274509: Remove stray * and stylistic . from doc comments
Reviewed-by: alanb, dfuchs, lancea, iris, bpb
This commit is contained in:
parent
b1b66965f1
commit
97b28742b4
2 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue