8214560: Use {@systemProperty} for definitions of system properties (httpserver)
Reviewed-by: dfuchs, coffeys, chegar
This commit is contained in:
parent
4b36fb50ed
commit
6fe51396a2
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 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
|
||||
@ -133,8 +133,9 @@ public abstract class HttpServerProvider {
|
||||
* <ol>
|
||||
*
|
||||
* <li><p> If the system property
|
||||
* {@code com.sun.net.httpserver.HttpServerProvider} is defined then it
|
||||
* is taken to be the fully-qualified name of a concrete provider class.
|
||||
* {@systemProperty com.sun.net.httpserver.HttpServerProvider}
|
||||
* is defined then it is taken to be the fully-qualified name
|
||||
* of a concrete provider class.
|
||||
* The class is loaded and instantiated; if this process fails then an
|
||||
* unspecified unchecked error or exception is thrown. </p></li>
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user