Add missing javadoc.
[xudocci.git] / src / main / java / net / pterodactylus / xdcc / ui / stdin / CommandReader.java
index 68b6b86..2a6ec83 100644 (file)
@@ -497,6 +497,7 @@ public class CommandReader extends AbstractExecutionThreadService {
                /** The last downloads displayed. */
                private final List<Download> lastDownloads;
 
+               /** Creates a new empty state. */
                public State() {
                        this(Lists.<Connection>newArrayList(), Lists.<Result>newArrayList(), Lists.<Download>newArrayList());
                }