Fix incorrect comment in `pom.xml` (#2338)

Accidentally referred to wrong JDK bug report
This commit is contained in:
Marcono1234 2023-03-06 21:29:09 +01:00 committed by GitHub
parent 85ebaf7c35
commit f467ec20c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<dependencies>
<!-- Error Prone Annotations is only directly used by gson module, but since this is an optional
dependency and other modules depend on gson module they also need the dependency to avoid
compiler warnings, see comments on https://bugs.openjdk.org/browse/JDK-6331821 -->
compiler warnings, see also comments on https://bugs.openjdk.org/browse/JDK-6365854 -->
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>