diff truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/source/Source.java @ 22105:7ee578004be7

Formating and lints
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Mon, 24 Aug 2015 09:07:43 +0200
parents cf19259edf87
children dc83cc1f94f2 f47b601edbc6
line wrap: on
line diff
--- a/truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/source/Source.java	Mon Aug 24 08:46:21 2015 +0200
+++ b/truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/source/Source.java	Mon Aug 24 09:07:43 2015 +0200
@@ -643,8 +643,8 @@
 
     /**
      * Associates the source with specified MIME type. The mime type may be used to select the right
-     * {@link Registration Truffle language} to use to execute the returned source. The value of MIME
-     * type can be obtained via {@link #getMimeType()} method.
+     * {@link Registration Truffle language} to use to execute the returned source. The value of
+     * MIME type can be obtained via {@link #getMimeType()} method.
      *
      * @param mime mime type to use
      * @return new (identical) source, just associated {@link #getMimeType()}