From 0132c1eff4e0099a5623a3c8b8b97870af12da04 Mon Sep 17 00:00:00 2001 From: akwizgran <akwizgran@users.sourceforge.net> Date: Fri, 19 Aug 2011 19:58:40 +0200 Subject: [PATCH] Fixed a typo. --- .../net/sf/briar/transport/PaddedConnectionWriter.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/net/sf/briar/transport/PaddedConnectionWriter.java b/components/net/sf/briar/transport/PaddedConnectionWriter.java index dcab42eb10..090efede2f 100644 --- a/components/net/sf/briar/transport/PaddedConnectionWriter.java +++ b/components/net/sf/briar/transport/PaddedConnectionWriter.java @@ -15,9 +15,9 @@ import net.sf.briar.util.ByteUtils; /** * A ConnectionWriter that uses padding to hinder traffic analysis. A full-size - * frame is written each time the writeFrame() method is called, with padding - * inserted if necessary. Calls to the writer's write() methods will block - * until there is space to buffer the data. + * frame is written each time the writeFullFrame() method is called, with + * padding inserted if necessary. Calls to the writer's write() methods will + * block until there is space to buffer the data. */ class PaddedConnectionWriter extends FilterOutputStream implements ConnectionWriter { -- GitLab