Browse Source

Merge pull request #123 from greboid/master

{@link not @{link
pull/124/head
Chris Smith 9 years ago
parent
commit
fbeacaeb95

+ 1
- 1
ui_swing/src/com/dmdirc/addons/ui_swing/components/ConsumerDocumentListener.java View File

@@ -33,7 +33,7 @@ import org.slf4j.Logger;
33 33
 import org.slf4j.LoggerFactory;
34 34
 
35 35
 /**
36
- * Simple @{link DocumentListener} that calls the specified function on any change.
36
+ * Simple {@link DocumentListener} that calls the specified function on any change.
37 37
  */
38 38
 public class ConsumerDocumentListener implements DocumentListener {
39 39
 

Loading…
Cancel
Save