mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Suppress deprecation warnings in Gradle build
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
package org.springframework.protobuf;
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public class OuterSample {
|
||||
private OuterSample() {}
|
||||
public static void registerAllExtensions(
|
||||
|
||||
Reference in New Issue
Block a user