Remove whitespace

This commit is contained in:
Norman Maurer 2012-05-14 18:07:36 +02:00
parent 0fa60c82fa
commit 6be409a4f6

View File

@ -92,7 +92,7 @@ public class MarshallingDecoder extends ReplayingDecoder<VoidEnum> {
}
}
Object decoded = decode(ctx, channel, buffer, state);
Object decoded = decode(ctx, channel, buffer, state);
return decoded;
}