From dcd98277600da739bacecbb4da64dae042a71eb9 Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Fri, 28 May 2021 12:38:24 +0300 Subject: [PATCH] Added the missing @Override --- src/main/java/org/mdkt/compiler/SourceCode.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/mdkt/compiler/SourceCode.java b/src/main/java/org/mdkt/compiler/SourceCode.java index 9c7a9e7..ee66bec 100644 --- a/src/main/java/org/mdkt/compiler/SourceCode.java +++ b/src/main/java/org/mdkt/compiler/SourceCode.java @@ -22,6 +22,7 @@ public String getClassName() { return className; } + @Override public CharSequence getCharContent(boolean ignoreEncodingErrors) throws IOException { return contents;