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