Minor cleanup

This commit is contained in:
Gabriele C 2018-08-20 00:42:46 +02:00
parent 0c055fd044
commit 8487298362
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ public interface IWorldGuardImplementation {
* *
* @param player The player * @param player The player
* @param location The location * @param location The location
* @param flag The flag's name * @param flagName The flag's name
* @return The flag's value * @return The flag's value
*/ */
Optional<Boolean> queryStateFlag(Player player, @NonNull Location location, @NonNull String flagName); Optional<Boolean> queryStateFlag(Player player, @NonNull Location location, @NonNull String flagName);

View File

@ -115,7 +115,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version> <version>3.8.0</version>
<configuration> <configuration>
<source>${java.version}</source> <source>${java.version}</source>
<target>${java.version}</target> <target>${java.version}</target>