mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8292968: java.net.ContentHandler's javadoc has a broken reference
Reviewed-by: dfuchs
This commit is contained in:
parent
e016363b54
commit
bc6ac6f7af
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1995, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1995, 2022, 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
|
||||
|
@ -47,7 +47,7 @@ import java.io.IOException;
|
|||
* If no content handler could be {@linkplain URLConnection#getContent() found},
|
||||
* URLConnection will look for a content handler in a user-definable set of places.
|
||||
* Users can define a vertical-bar delimited set of class prefixes
|
||||
* to search through by defining the <i>{@value java.net.URLConnection#contentPathProp}</i>
|
||||
* to search through by defining the {@systemProperty java.content.handler.pkgs} system
|
||||
* property. The class name must be of the form:
|
||||
* <blockquote>
|
||||
* <i>{package-prefix}.{major}.{minor}</i>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue