8075529: Documentation in DocumentationTool.getTask(...) should mention about "null" parameter for doclet

Reviewed-by: jjg
This commit is contained in:
Kumar Srinivasan 2016-08-09 07:31:16 -07:00
parent bb1bd02549
commit cd9b88b93d

@ -1,5 +1,5 @@
/*
* Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2005, 2016, 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
@ -57,7 +57,7 @@ public interface DocumentationTool extends Tool, OptionChecker {
* use the tool's default method for reporting diagnostics
*
* @param docletClass a class providing the necessary methods required
* of a doclet
* of a doclet; a value of {@code null} means to use the standard doclet.
*
* @param options documentation tool options and doclet options,
* {@code null} means no options