--- 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() {