Fixed javadoc errors

This commit is contained in:
RaphiMC 2023-01-04 18:11:11 +01:00
parent ea2fc472f6
commit 0804397f20
3 changed files with 4 additions and 8 deletions

View File

@ -41,10 +41,6 @@ java {
withJavadocJar()
}
javadoc {
failOnError = false
}
jar {
from("LICENSE") {
rename { "${it}_${project.archivesBaseName}" }

View File

@ -29,7 +29,7 @@ public class Chunk1_7_6Type extends PartialType<Chunk, ClientWorld> {
}
/**
* 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<Chunk, ClientWorld> {
}
/**
* 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

View File

@ -25,7 +25,7 @@ public class ChunkBulk1_7_6Type extends PartialType<Chunk[], ClientWorld> {
}
/**
* 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<Chunk[], ClientWorld> {
}
/**
* 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