diff --git a/core/src/main/java/hudson/model/TransientComputerActionFactory.java b/core/src/main/java/hudson/model/TransientComputerActionFactory.java index 0c9699cf3d795dcdffcb6407de19d3ff90923f11..ee724ce044a8f440a08fb7e02b411475224fd54f 100644 --- a/core/src/main/java/hudson/model/TransientComputerActionFactory.java +++ b/core/src/main/java/hudson/model/TransientComputerActionFactory.java @@ -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 createAllFor(Computer target) { List result = new ArrayList(); diff --git a/core/src/main/java/hudson/model/TransientViewActionFactory.java b/core/src/main/java/hudson/model/TransientViewActionFactory.java index e6f9f75cdacf7745f1bc9fa957f3aa1d3b8e5878..74c221129e8a2d27c8bd6024f200a550293a70c3 100644 --- a/core/src/main/java/hudson/model/TransientViewActionFactory.java +++ b/core/src/main/java/hudson/model/TransientViewActionFactory.java @@ -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 createAllFor(View v) { List result = new ArrayList();