8153896: JShell API: Snippet.id() doc -- breaks make doc
authorrfield
Fri, 08 Apr 2016 13:26:38 -0700
changeset 37006 73ca1e844343
parent 37005 71210037624f
child 37007 6023a9a9d58a
8153896: JShell API: Snippet.id() doc -- breaks make doc Reviewed-by: jlahoda
langtools/src/jdk.jshell/share/classes/jdk/jshell/Snippet.java
--- a/langtools/src/jdk.jshell/share/classes/jdk/jshell/Snippet.java	Fri Apr 08 10:51:57 2016 -0700
+++ b/langtools/src/jdk.jshell/share/classes/jdk/jshell/Snippet.java	Fri Apr 08 13:26:38 2016 -0700
@@ -526,7 +526,7 @@
      * 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() {