8153896: JShell API: Snippet.id() doc -- breaks make doc

Reviewed-by: jlahoda
This commit is contained in:
Robert Field 2016-04-08 13:26:38 -07:00
parent 39df1f1336
commit c1f45bd77e

View File

@ -526,7 +526,7 @@ public abstract class Snippet {
* The unique identifier for the snippet. No two active snippets will have
* the same id(). Value of id has no prescribed meaning. The details of
* how the id is generated and the mechanism to change it is documented in
* {@link JShell.Builder#idGenerator()}.
* {@link JShell.Builder#idGenerator(BiFunction)}.
* @return the snippet id string.
*/
public String id() {