Use our own firstNonNull to maintain back-compat.

Fixes WORLDEDIT-3567.
This commit is contained in:
wizjany
2017-05-22 16:00:50 -04:00
parent 3cf018f14a
commit 46dff16a97
7 changed files with 41 additions and 7 deletions

View File

@ -5,7 +5,7 @@ dependencies {
compile 'de.schlichtherle:truezip:6.8.3'
compile 'rhino:js:1.7R2'
compile 'org.yaml:snakeyaml:1.9'
compile 'com.google.guava:guava:17.0'
compile 'com.google.guava:guava:21.0'
compile 'com.sk89q:jchronic:0.2.4a'
compile 'com.google.code.findbugs:jsr305:1.3.9'
compile 'com.thoughtworks.paranamer:paranamer:2.6'