Skip to content

Commit

Permalink
Add description to Write.java (#6710)
Browse files Browse the repository at this point in the history
* Add description to Write.java

* fix java compile error

Add comma
  • Loading branch information
aj-emerich authored Jan 10, 2025
1 parent c32d158 commit f8a7299
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/java/io/kestra/plugin/core/storage/Write.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
@Getter
@NoArgsConstructor
@Schema(
title = "Write data to a file in the internal storage."
title = "Write data to a file in the internal storage.",
description = "Use the Write task to store outputs as files internally and then reference the stored file for processing further down your flow."
)
@Plugin(
examples = {
Expand Down

0 comments on commit f8a7299

Please sign in to comment.