Skip to content

Commit 537836c

Browse files
committed
Deprecated Toable.toByteString()
1 parent 431197d commit 537836c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

okhttps/src/main/java/com/ejlchina/okhttps/Toable.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ public interface Toable {
2323
byte[] toBytes();
2424

2525
/**
26+
* will be removed in next version
2627
* @return ByteString
2728
*/
29+
@Deprecated
2830
ByteString toByteString();
2931

3032
/**

0 commit comments

Comments
 (0)