Making the breaking change not breaking anymore

This commit is contained in:
Marcin Grzejszczak
2021-02-22 08:43:14 +01:00
parent 68f284d1cf
commit 58445f5a49

View File

@@ -80,7 +80,9 @@ public interface FinishedSpan {
* @return span's local ip
*/
@Nullable
String getLocalIp();
default String getLocalIp() {
return null;
}
/**
* @return span's remote port