Return-Path: Delivered-To: apmail-incubator-cayenne-commits-archive@locus.apache.org Received: (qmail 90856 invoked from network); 26 Oct 2006 06:58:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 06:58:29 -0000 Received: (qmail 18482 invoked by uid 500); 25 Oct 2006 22:06:34 -0000 Delivered-To: apmail-incubator-cayenne-commits-archive@incubator.apache.org Received: (qmail 18470 invoked by uid 500); 25 Oct 2006 22:06:34 -0000 Mailing-List: contact cayenne-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cayenne-dev@incubator.apache.org Delivered-To: mailing list cayenne-commits@incubator.apache.org Received: (qmail 18461 invoked by uid 99); 25 Oct 2006 22:06:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2006 15:06:34 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2006 15:06:22 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 977151A984D; Wed, 25 Oct 2006 15:06:02 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r467784 - /incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYCocoaCayenne.h Date: Wed, 25 Oct 2006 22:06:02 -0000 To: cayenne-commits@incubator.apache.org From: torehalset@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061025220602.977151A984D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: torehalset Date: Wed Oct 25 15:06:01 2006 New Revision: 467784 URL: http://svn.apache.org/viewvc?view=rev&rev=467784 Log: typo Modified: incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYCocoaCayenne.h Modified: incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYCocoaCayenne.h URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYCocoaCayenne.h?view=diff&rev=467784&r1=467783&r2=467784 ============================================================================== --- incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYCocoaCayenne.h (original) +++ incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYCocoaCayenne.h Wed Oct 25 15:06:01 2006 @@ -40,7 +40,7 @@ // define some validation constants #define VALIDATION_MANDATORY 1 -#define VALIDATION_TYPE 3 +#define VALIDATION_TYPE 2 #define VALIDATION_LENGTH 3 @end