浏览代码

Merge pull request #123 from greboid/master

{@link not @{link
pull/124/head
Chris Smith 9 年前
父节点
当前提交
fbeacaeb95
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      ui_swing/src/com/dmdirc/addons/ui_swing/components/ConsumerDocumentListener.java

+ 1
- 1
ui_swing/src/com/dmdirc/addons/ui_swing/components/ConsumerDocumentListener.java 查看文件

@@ -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
 

正在加载...
取消
保存