Commit 3b43819d authored by Gary Gregory's avatar Gary Gregory
Browse files

Javadocs.

parent 3f5414c8
Showing with 8 additions and 3 deletions
+8 -3
......@@ -54,11 +54,16 @@ public class SocketAppender extends AbstractOutputStreamAppender<AbstractSocketM
/**
* Subclasses can extend this abstract Builder.
*
* <ul>
* <h1>Defaults</h1>
* <ul>
* <li>host: "localhost"</li>
* <li>protocol: "TCP"</li>
* </ul>
* <h1>Changes</h1>
* <ul>
* <li>Removed deprecated "delayMillis", use "reconnectionDelayMillis".</li>
* <li>Removed deprecated "reconnectionDelay", use "reconnectionDelayMillis".</li>
* </ul>
* </ul>
*
* @param <B>
* The type to build.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment