Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 40751 invoked from network); 3 Apr 2006 13:04:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Apr 2006 13:04:13 -0000 Received: (qmail 96534 invoked by uid 500); 3 Apr 2006 13:04:03 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 96458 invoked by uid 500); 3 Apr 2006 13:04:03 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 96447 invoked by uid 500); 3 Apr 2006 13:04:03 -0000 Received: (qmail 96444 invoked by uid 99); 3 Apr 2006 13:04:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2006 06:04:03 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 03 Apr 2006 06:04:02 -0700 Received: (qmail 40425 invoked by uid 65534); 3 Apr 2006 13:03:28 -0000 Message-ID: <20060403130328.40342.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r391039 - /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptFactory.java Date: Mon, 03 Apr 2006 13:03:17 -0000 To: commons-cvs@jakarta.apache.org From: dion@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dion Date: Mon Apr 3 06:03:06 2006 New Revision: 391039 URL: http://svn.apache.org/viewcvs?rev=391039&view=rev Log: javadocs Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptFactory.java Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptFactory.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptFactory.java?rev=391039&r1=391038&r2=391039&view=diff ============================================================================== --- jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptFactory.java (original) +++ jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptFactory.java Mon Apr 3 06:03:06 2006 @@ -91,10 +91,10 @@ } /** - * Creates a Script from a String containing valid JEXL syntax. - * This method parses the script which validates the syntax. + * Creates a Script from a {@link File} containing valid JEXL syntax. + * This method parses the script and validates the syntax. * - * @param scriptText A String containing valid JEXL syntax + * @param scriptFile A {@link File} containing valid JEXL syntax. Must not be null. Must be a readable file. * @return A {@link Script} which can be executed with a {@link JexlContext}. * @throws Exception An exception can be thrown if there is a problem parsing the script. */ --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org