changeset 15972:6ee370b4d452

Truffle/Instrumentation: Javadoc correction
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Wed, 28 May 2014 20:33:49 -0700
parents 57303ce74a21
children b048110014ff
files graal/com.oracle.truffle.api/src/com/oracle/truffle/api/source/SourceFactory.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/source/SourceFactory.java	Tue May 27 21:20:01 2014 -0700
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/source/SourceFactory.java	Wed May 28 20:33:49 2014 -0700
@@ -116,7 +116,7 @@
      * Creates a non-canonical source from literal text.
      *
      * @param code textual source code
-     * @param description a note about the origin, possibly useful for debugging
+     * @param description a note about the origin, for error messages and debugging
      * @return a newly created, non-indexed source representation
      */
     public static Source fromText(String code, String description) {