From 60529ac3ee31f72bd07f2a18f869666e42a26117 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Sat, 20 Jul 2013 08:09:08 +0200 Subject: [PATCH] Fix checkstyle --- .../src/main/java/io/netty/channel/ChannelPropertyAccess.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transport/src/main/java/io/netty/channel/ChannelPropertyAccess.java b/transport/src/main/java/io/netty/channel/ChannelPropertyAccess.java index 5fb770585f..7daa5fb9fe 100644 --- a/transport/src/main/java/io/netty/channel/ChannelPropertyAccess.java +++ b/transport/src/main/java/io/netty/channel/ChannelPropertyAccess.java @@ -67,8 +67,8 @@ interface ChannelPropertyAccess { *

*

* Be aware that the returned {@link ChannelPromise} will not support most operations and should only be used - * if you want to save an object allocation for every write operation. You will not be able to detect if the operation - * was complete, only if it failed as the implementation will call + * if you want to save an object allocation for every write operation. You will not be able to detect if the + * operation was complete, only if it failed as the implementation will call * {@link ChannelPipeline#fireExceptionCaught(Throwable)} in this case. *

* Be aware this is an expert feature and should be used with care!