Fixup javadoc build

This commit is contained in:
Thijs Wiefferink 2019-06-23 22:07:34 +02:00
parent 539887449c
commit c8cd68c17b
2 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.1.0</version>
<executions>
<execution>
<phase>package</phase>

View File

@ -97,7 +97,7 @@ public class RegionSign {
/**
* Get the material of the sign as saved in the config.
* @return Material of the sign, usually {@link Material#OAK_WALL_SIGN}, {@link Material#OAK_SIGN}, or one of the other wood types (different result for 1.13-), Material.AIR if none.
* @return Material of the sign, usually {@link Material#WALL_SIGN}, {@link Material#SIGN}, or one of the other wood types (different result for 1.13-), Material.AIR if none.
*/
public Material getMaterial() {
String name = getRegion().getConfig().getString("general.signs." + key + ".signType");