Skip to content

Commit 024407c

Browse files
committed
Fix violation
1 parent a695d08 commit 024407c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

qulice-maven-plugin/src/main/java/com/qulice/maven/DefaultMavenEnvironment.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,7 @@ public void setEncoding(final String encoding) {
302302
this.charset = encoding;
303303
}
304304

305-
/**
306-
* Get source files encoding.
307-
* @return Charset of the source files
308-
*/
305+
@Override
309306
public Charset encoding() {
310307
if (this.charset == null || this.charset.isEmpty()) {
311308
this.charset = "UTF-8";

0 commit comments

Comments
 (0)