Browse Source

Fix javadoc error.

pull/316/head
Chris Smith 9 years ago
parent
commit
3d2337a631
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      dcc/src/com/dmdirc/addons/dcc/PlaceholderContainer.java

+ 0
- 1
dcc/src/com/dmdirc/addons/dcc/PlaceholderContainer.java View File

50
      * @param plugin       The plugin which owns this placeholder
50
      * @param plugin       The plugin which owns this placeholder
51
      * @param config       Config manager
51
      * @param config       Config manager
52
      * @param parentWindow Window that will parent new dialogs.
52
      * @param parentWindow Window that will parent new dialogs.
53
-     * @param urlBuilder   The URL builder to use when finding icons.
54
      * @param eventBus     The bus to dispatch events on.
53
      * @param eventBus     The bus to dispatch events on.
55
      */
54
      */
56
     public PlaceholderContainer(
55
     public PlaceholderContainer(

Loading…
Cancel
Save