Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
Fix Javadoc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Dec 17, 2021
1 parent 16ef98d commit 650fffa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,8 @@ tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}

tasks.withType(Javadoc) {
options.encoding = 'UTF-8'
}

jar.finalizedBy('reobfJar')
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import javax.annotation.Nonnull;

/**
* @link https://github.com/mezz/JustEnoughItems/blob/1.15/src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackRenderer.java
* @see <a href="https://github.com/mezz/JustEnoughItems/blob/1.15/src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackRenderer.java">JEI implementation</a>
*/
public class FluidRenderer {
public static final FluidRenderer INSTANCE = new FluidRenderer(FluidAttributes.BUCKET_VOLUME, 16, 16, 16);
Expand Down

0 comments on commit 650fffa

Please sign in to comment.