Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 249EF101E5 for ; Mon, 9 Feb 2015 18:05:40 +0000 (UTC) Received: (qmail 93510 invoked by uid 500); 9 Feb 2015 18:05:35 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 93412 invoked by uid 500); 9 Feb 2015 18:05:35 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 93401 invoked by uid 99); 9 Feb 2015 18:05:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 18:05:34 +0000 Date: Mon, 9 Feb 2015 18:05:34 +0000 (UTC) From: "Neon Ngo (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (EXEC-90) example usage in ExecuteWatchdog class docs does not work MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)