Skip to content

Commit

Permalink
[hotfix] Add comments to FileType enum values
Browse files Browse the repository at this point in the history
  • Loading branch information
lamberken authored and tillrohrmann committed May 1, 2020
1 parent 8ab08cc commit 7c53d71
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
* Different file types to request from the {@link TaskExecutor}.
*/
public enum FileType {
/**
* The log file type for taskmanager.
*/
LOG,
STDOUT

/**
* The stdout file type for taskmanager.
*/
STDOUT,
}

0 comments on commit 7c53d71

Please sign in to comment.