mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8273616: Fix trivial doc typos in the java.base module
Reviewed-by: jrose, iris, lancea, dfuchs, rriggs
This commit is contained in:
parent
7c26ddb575
commit
b4b121018d
34 changed files with 55 additions and 55 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2007, 2020, 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
|
||||
|
@ -177,8 +177,8 @@ public interface UserDefinedFileAttributeView
|
|||
* will not have changed.
|
||||
*
|
||||
* <p> If an attribute of the given name already exists then its value is
|
||||
* replaced. If the attribute does not exist then it is created. If it
|
||||
* implementation specific if a test to check for the existence of the
|
||||
* replaced. If the attribute does not exist then it is created. It
|
||||
* is implementation specific if a test to check for the existence of the
|
||||
* attribute and the creation of attribute are atomic with respect to other
|
||||
* file system activities.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue