QUALITY: renamed @param to avoid javadoc warning in build

This commit is contained in:
Iwein Fuld
2010-06-11 15:17:35 +00:00
parent 3ed26d170f
commit dfdbb5f69e

View File

@@ -30,7 +30,7 @@ public interface SocketWriter {
* Write the entire buffer to the underlying socket. Appropriate wire
* protocols will be implemented so the receiving side can decode and
* reassemble the message, if packetized by the network.
* @param bytes The bytes to write.
* @param object The object to write.
* @throws IOException
*/
void write(Object object) throws IOException;