[
https://issues.apache.org/jira/browse/EXEC-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Neon Ngo updated EXEC-90:
-------------------------
Attachment: EXEC-90-ExecuteWatchdog-docs.patch
patch to correct example in class docs
> example usage in ExecuteWatchdog class docs does not work
> ---------------------------------------------------------
>
> Key: EXEC-90
> URL: https://issues.apache.org/jira/browse/EXEC-90
> Project: Commons Exec
> Issue Type: Bug
> Affects Versions: 1.3
> Reporter: Neon Ngo
> Priority: Trivial
> Labels: documentation, patch
> Attachments: EXEC-90-ExecuteWatchdog-docs.patch
>
> Original Estimate: 10m
> Remaining Estimate: 10m
>
> the example in ExecuteWatchdog class javaodcs uses non-existent Execute
> class, it should be changed from:
> if (Execute.isFailure(exitvalue) ...
> to:
> if (exec.isFailure(exitvalue) ...
> I will attach a patch file
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)