Browse Source

Javadoc fixes.

Change-Id: I954f89fa66f7fe95c8502692d5e65b1de3dd1e46
Reviewed-on: http://gerrit.dmdirc.com/3777
Reviewed-by: Chris Smith <chris@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
pull/1/head
Greg Holmes 9 years ago
parent
commit
d61ee8628d

+ 2
- 0
src/com/dmdirc/events/EventUtils.java View File

@@ -35,6 +35,8 @@ public final class EventUtils {
35 35
     /**
36 36
      * Posts a displayable event to the bus, and returns the updated display format.
37 37
      *
38
+     * @param <T>             The type of event to be displayed
39
+     *
38 40
      * @param eventBus      The bus to post events to.
39 41
      * @param event         The event to be posted.
40 42
      * @param displayFormat The initial, default, display format.

+ 0
- 2
src/com/dmdirc/interfaces/FrameCloseListener.java View File

@@ -29,8 +29,6 @@ import com.dmdirc.FrameContainer;
29 29
  * of a {@link FrameContainer}.
30 30
  *
31 31
  * @since 0.6.5
32
- *
33
- * @deprecated @see com.dmdirc.events.WindowClosingEvent
34 32
  */
35 33
 @Deprecated
36 34
 public interface FrameCloseListener {

Loading…
Cancel
Save