mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8046614: Fill in missing doc comments
Reviewed-by: darcy
This commit is contained in:
parent
25618fc470
commit
a86ace6297
123 changed files with 3233 additions and 306 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 2014, 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
|
||||
|
@ -93,7 +93,7 @@ public class ToolProvider {
|
|||
= "com.sun.tools.javac.api.JavacTool";
|
||||
|
||||
/**
|
||||
* Gets the Java™ programming language compiler provided
|
||||
* Returns the Java™ programming language compiler provided
|
||||
* with this platform.
|
||||
* @return the compiler provided with this platform or
|
||||
* {@code null} if no compiler is provided
|
||||
|
@ -106,7 +106,7 @@ public class ToolProvider {
|
|||
= "com.sun.tools.javadoc.api.JavadocTool";
|
||||
|
||||
/**
|
||||
* Gets the Java™ programming language documentation tool provided
|
||||
* Returns the Java™ programming language documentation tool provided
|
||||
* with this platform.
|
||||
* @return the documentation tool provided with this platform or
|
||||
* {@code null} if no documentation tool is provided
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue