mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
7059905: (javadoc) promote method visibility for netbeans usage
Reviewed-by: jjg, bpatel
This commit is contained in:
parent
00fd0bdcfd
commit
37aa419c8a
7 changed files with 29 additions and 29 deletions
|
@ -92,7 +92,7 @@ public abstract class DocImpl implements Doc, Comparable<Object> {
|
|||
* So subclasses have the option to do lazy initialization of
|
||||
* "documentation" string.
|
||||
*/
|
||||
String documentation() {
|
||||
protected String documentation() {
|
||||
if (documentation == null) documentation = "";
|
||||
return documentation;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue