Skip to content

Commit 1273af6

Browse files
committed
Javadoc
1 parent eeb597c commit 1273af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/jenkinsci/plugins/workflow/log/LogStorage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ public interface LogStorage {
114114
/**
115115
* Provide a file containing the log text.
116116
* The default implementation creates a temporary file based on the current contents of {@link #overallLog}.
117-
* @param build as in {@link #overallLog
118-
* @param complete as in {@link #overallLog
117+
* @param build as in {@link #overallLog}
118+
* @param complete as in {@link #overallLog}
119119
* @return a possibly temporary file
120120
* @deprecated Only used for compatibility with {@link Run#getLogFile}.
121121
*/

0 commit comments

Comments
 (0)