提交 b0939a8a 编写于 作者: S Sam Brannen

Suppress deprecation warnings in Gradle build

上级 c006a835
......@@ -3,6 +3,7 @@
package org.springframework.protobuf;
@SuppressWarnings("deprecation")
public class OuterSample {
private OuterSample() {}
public static void registerAllExtensions(
......
......@@ -3,6 +3,7 @@
package org.springframework.web.reactive.protobuf;
@SuppressWarnings("deprecation")
public class OuterSample {
private OuterSample() {}
public static void registerAllExtensions(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册