Skip to content

Commit

Permalink
Update gson/src/test/java/com/google/gson/integration/OSGiManifestIT.…
Browse files Browse the repository at this point in the history
…java


Test name must end with `IT` despite Error Prone warning.

Co-authored-by: Marcono1234 <[email protected]>
  • Loading branch information
eamonnmcmanus and Marcono1234 authored Oct 6, 2024
1 parent d21086f commit 287e09c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* Running Maven's {@code clean} phase is necessary due to a <a
* href="https://github.com/bndtools/bnd/issues/6221">bnd-maven-plugin bug</a>.
*/
@SuppressWarnings("MemberName") // test name does not conform to Google Style
@SuppressWarnings("MemberName") // class name must end with 'IT' for Maven Failsafe Plugin
public class OSGiManifestIT {
private static class ManifestData {
public final URL url;
Expand Down

0 comments on commit 287e09c

Please sign in to comment.