From 0804397f2054be56caba0c4faf5b0dda4b2dccc0 Mon Sep 17 00:00:00 2001 From: RaphiMC <50594595+RaphiMC@users.noreply.github.com> Date: Wed, 4 Jan 2023 18:11:11 +0100 Subject: [PATCH] Fixed javadoc errors --- build.gradle | 4 ---- .../release/protocol1_8to1_7_6_10/types/Chunk1_7_6Type.java | 4 ++-- .../protocol1_8to1_7_6_10/types/ChunkBulk1_7_6Type.java | 4 ++-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 3b3b81f..5cedbcc 100644 --- a/build.gradle +++ b/build.gradle @@ -41,10 +41,6 @@ java { withJavadocJar() } -javadoc { - failOnError = false -} - jar { from("LICENSE") { rename { "${it}_${project.archivesBaseName}" } diff --git a/src/main/java/net/raphimc/vialegacy/protocols/release/protocol1_8to1_7_6_10/types/Chunk1_7_6Type.java b/src/main/java/net/raphimc/vialegacy/protocols/release/protocol1_8to1_7_6_10/types/Chunk1_7_6Type.java index 5c2b599..b1a5a3a 100644 --- a/src/main/java/net/raphimc/vialegacy/protocols/release/protocol1_8to1_7_6_10/types/Chunk1_7_6Type.java +++ b/src/main/java/net/raphimc/vialegacy/protocols/release/protocol1_8to1_7_6_10/types/Chunk1_7_6Type.java @@ -29,7 +29,7 @@ public class Chunk1_7_6Type extends PartialType { } /** - * This method is here to allow overriding the code for 1.2.5 -> 1.3.2 because it introduced an unused int + * This method is here to allow overriding the code for 1.2.5 -{@literal >} 1.3.2 because it introduced an unused int * * @param byteBuf The buffer * @param clientWorld The ClientWorld @@ -38,7 +38,7 @@ public class Chunk1_7_6Type extends PartialType { } /** - * This method is here to allow overriding the code for 1.2.5 -> 1.3.2 because it introduced an unused int + * This method is here to allow overriding the code for 1.2.5 -{@literal >} 1.3.2 because it introduced an unused int * * @param byteBuf The buffer * @param clientWorld The ClientWorld diff --git a/src/main/java/net/raphimc/vialegacy/protocols/release/protocol1_8to1_7_6_10/types/ChunkBulk1_7_6Type.java b/src/main/java/net/raphimc/vialegacy/protocols/release/protocol1_8to1_7_6_10/types/ChunkBulk1_7_6Type.java index 763f6bb..9d77bb6 100644 --- a/src/main/java/net/raphimc/vialegacy/protocols/release/protocol1_8to1_7_6_10/types/ChunkBulk1_7_6Type.java +++ b/src/main/java/net/raphimc/vialegacy/protocols/release/protocol1_8to1_7_6_10/types/ChunkBulk1_7_6Type.java @@ -25,7 +25,7 @@ public class ChunkBulk1_7_6Type extends PartialType { } /** - * This method is here to allow overriding the code for 1.4.5 -> 1.4.7 + * This method is here to allow overriding the code for 1.4.5 -{@literal >} 1.4.7 * * @param byteBuf The buffer * @param clientWorld The ClientWorld @@ -36,7 +36,7 @@ public class ChunkBulk1_7_6Type extends PartialType { } /** - * This method is here to allow overriding the code for 1.4.5 -> 1.4.7 + * This method is here to allow overriding the code for 1.4.5 -{@literal >} 1.4.7 * * @param byteBuf The buffer * @param clientWorld The ClientWorld