mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8214563: Use {@systemProperty} in specification of system properties in java.nio packages
8214565: Use {@systemProperty} for definitions of system properties Reviewed-by: alanb, rriggs
This commit is contained in:
parent
2e04779cef
commit
9a193f38a3
6 changed files with 23 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 2019, 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
|
||||
|
@ -85,7 +85,7 @@ import sun.nio.ch.FileChannelImpl;
|
|||
* provides access to the file systems accessible to the Java virtual machine.
|
||||
* The {@link FileSystems} class defines how file system providers are located
|
||||
* and loaded. The default provider is typically a system-default provider but
|
||||
* may be overridden if the system property {@code
|
||||
* may be overridden if the system property {@systemProperty
|
||||
* java.nio.file.spi.DefaultFileSystemProvider} is set. In that case, the
|
||||
* provider has a one argument constructor whose formal parameter type is {@code
|
||||
* FileSystemProvider}. All other providers have a zero argument constructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue