Skip to content

Commit 8fb8c55

Browse files
authored
Merge pull request #1 from jglick/javadoc
Fix Javadoc error
2 parents 4b687c2 + 8366b7b commit 8fb8c55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/cps/global/UserDefinedGlobalVariable.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
* Global variable backed by user-supplied script.
2020
*
2121
* @author Kohsuke Kawaguchi
22-
* @see UserDefinedGlobalVariableList
2322
*/
2423
// not @Extension because these are instantiated programmatically
2524
public class UserDefinedGlobalVariable extends GlobalVariable {

0 commit comments

Comments
 (0)