Fixed some warnings

This commit is contained in:
saundersp
2025-10-19 13:27:45 +02:00
parent 8ff16a8ee4
commit fb70253563
30 changed files with 37 additions and 49 deletions

View File

@@ -8,7 +8,7 @@ JAVA_TESTING_FRAMEWORKS="pkgdiff"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes is conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact)."
DESCRIPTION="Add InternalFutureFailureAccess and InternalFutures from Guava"
HOMEPAGE="https://github.com/google/guava/failureaccess"
SRC_URI="https://repo1.maven.org/maven2/com/google/guava/${PN}/${PV}/${P}-sources.jar
https://repo1.maven.org/maven2/com/google/guava/${PN}/${PV}/${P}.jar -> ${P}-bin.jar"