aboutsummaryrefslogtreecommitdiff
path: root/interfaces/src/main/java/dotty/tools/dotc/interfaces/SourceFile.java
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/src/main/java/dotty/tools/dotc/interfaces/SourceFile.java')
-rw-r--r--interfaces/src/main/java/dotty/tools/dotc/interfaces/SourceFile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/src/main/java/dotty/tools/dotc/interfaces/SourceFile.java b/interfaces/src/main/java/dotty/tools/dotc/interfaces/SourceFile.java
index 5611d3885..0e16d3ea4 100644
--- a/interfaces/src/main/java/dotty/tools/dotc/interfaces/SourceFile.java
+++ b/interfaces/src/main/java/dotty/tools/dotc/interfaces/SourceFile.java
@@ -8,6 +8,6 @@ import java.io.File;
* manipulate objects of this type.
*/
public interface SourceFile extends AbstractFile {
- /** The content of this file as seen by the compiler. */
+ /** @return The content of this file as seen by the compiler. */
char[] content();
}