From c1df305f0fffda0e917d15e7bedfbe46d20ee358 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Wed, 27 Jan 2021 00:57:45 +0100 Subject: [PATCH] Typo --- headers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers.txt b/headers.txt index ce2b90b..011ffe0 100644 --- a/headers.txt +++ b/headers.txt @@ -25,7 +25,7 @@ public class TdApi { } } - public abstract void serialize(DataOutputStream out) throws IOException; + public abstract void serialize(DataOutput out) throws IOException; } public abstract static class Function extends Object {