mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +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
|
@ -3110,7 +3110,7 @@ public final class Files {
|
|||
* @throws DirectoryNotEmptyException
|
||||
* the {@code REPLACE_EXISTING} option is specified but the file
|
||||
* cannot be replaced because it is a non-empty directory
|
||||
* <i>(optional specific exception)</i> *
|
||||
* <i>(optional specific exception)</i>
|
||||
* @throws UnsupportedOperationException
|
||||
* if {@code options} contains a copy option that is not supported
|
||||
* @throws SecurityException
|
||||
|
|
|
@ -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