提交 37ed010d 编写于 作者: M Mark Waite

Terminate javadoc @link tags with curly brace instead of right paren

上级 1bd321b1
......@@ -60,7 +60,7 @@ public abstract class TransientComputerActionFactory implements ExtensionPoint {
/**
* Creates {@link Action)s for a node, using all registered {@link TransientComputerActionFactory }s.
* Creates {@link Action}s for a node, using all registered {@link TransientComputerActionFactory}s.
*/
public static List<Action> createAllFor(Computer target) {
List<Action> result = new ArrayList<Action>();
......
......@@ -30,7 +30,7 @@ public abstract class TransientViewActionFactory implements ExtensionPoint {
}
/**
* Creates {@link Action)s for a view, using all registered {@link TransientViewActionFactory}s.
* Creates {@link Action}s for a view, using all registered {@link TransientViewActionFactory}s.
*/
public static List<Action> createAllFor(View v) {
List<Action> result = new ArrayList<Action>();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册