We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb597c commit 1273af6Copy full SHA for 1273af6
src/main/java/org/jenkinsci/plugins/workflow/log/LogStorage.java
@@ -114,8 +114,8 @@ public interface LogStorage {
114
/**
115
* Provide a file containing the log text.
116
* 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
+ * @param build as in {@link #overallLog}
+ * @param complete as in {@link #overallLog}
119
* @return a possibly temporary file
120
* @deprecated Only used for compatibility with {@link Run#getLogFile}.
121
*/
0 commit comments