diff --git a/gson/src/test/java/com/google/gson/integration/OSGiManifestIT.java b/gson/src/test/java/com/google/gson/integration/OSGiManifestIT.java index 6f879468e7..9f6c5334aa 100644 --- a/gson/src/test/java/com/google/gson/integration/OSGiManifestIT.java +++ b/gson/src/test/java/com/google/gson/integration/OSGiManifestIT.java @@ -45,7 +45,7 @@ * Running Maven's {@code clean} phase is necessary due to a bnd-maven-plugin bug. */ -@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;