8223595: Consider updating jdk.jshell module description
authorrfield
Fri, 17 May 2019 12:52:46 -0700
changeset 54930 43633b8e24c6
parent 54929 657f6e484bc6
child 54931 13507abf416c
8223595: Consider updating jdk.jshell module description Summary: Conform to module summary standards Reviewed-by: jlahoda
src/jdk.jshell/share/classes/module-info.java
--- a/src/jdk.jshell/share/classes/module-info.java	Fri May 17 13:16:07 2019 -0400
+++ b/src/jdk.jshell/share/classes/module-info.java	Fri May 17 12:52:46 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2019, 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
@@ -24,9 +24,11 @@
  */
 
 /**
- * This module provides support for
- * Java Programming Language 'snippet' evaluating tools, such as
- * Read-Eval-Print Loops (REPLs), including the <em>{@index jshell jshell tool}</em> tool.
+ * Provides the <em>{@index jshell jshell tool}</em> tool for evaluating
+ * snippets of Java code, and defines a JDK-specific API for modeling and
+ * executing snippets.
+ * The JShell API supports Java Programming Language 'snippet' evaluating
+ * tools, such as Read-Eval-Print Loops (REPLs).
  * Separate packages support building tools, configuring the execution of tools,
  * and programmatically launching the existing Java shell tool.
  * <p>