Skip to content

Commit

Permalink
Fix incorrect comment in pom.xml (#2338)
Browse files Browse the repository at this point in the history
Accidentally referred to wrong JDK bug report
  • Loading branch information
Marcono1234 authored and eamonnmcmanus committed May 31, 2023
1 parent 609ce87 commit 4304475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4304475

Please sign in to comment.