From dev-return-7602-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Wed Mar 12 14:48:58 2008 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 10990 invoked from network); 12 Mar 2008 14:48:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2008 14:48:58 -0000 Received: (qmail 47001 invoked by uid 500); 12 Mar 2008 14:48:54 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 46940 invoked by uid 500); 12 Mar 2008 14:48:53 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 46908 invoked by uid 99); 12 Mar 2008 14:48:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 07:48:53 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of allee8285@gmail.com designates 209.85.198.190 as permitted sender) Received: from [209.85.198.190] (HELO rv-out-0910.google.com) (209.85.198.190) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 14:48:16 +0000 Received: by rv-out-0910.google.com with SMTP id k20so1632216rvb.33 for ; Wed, 12 Mar 2008 07:48:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=7C1bjrt7LVshP9dxZzgvyc9U9ZGJFuFOqLF4Wyg43Os=; b=VVC7gcmwCEsqk/0V1n84LgUYibbxqneQOhPWIHpTLNlvt2mzukQBruE7r/7vh3idD2L9yzGnHLWWD1PjWHemJMSIZ09oNiqAWnGIhvzIG7sDsb3lcnuFNdQZpJgjGtC/rNLP0EFjqrb96tmRhYbGeTi4D81tsVTiF/8Uzuv8myY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=PmHPBTtlPaXh1k2D++inxSB4kNbzNsWasWtZsKaSspvmY/DDQbSgWz+t0+HZLuzLjHdm7YGKO5nVM/oc7unjAO+pUGyucT3oxlvc28MRorhsfgTjM1k8+umcRvKjYK58A25Jn2dTwgMcoO0/4Zt5A91GDVvCluvMPHYqBbYFlPo= Received: by 10.140.125.1 with SMTP id x1mr5148561rvc.217.1205333306876; Wed, 12 Mar 2008 07:48:26 -0700 (PDT) Received: by 10.140.144.8 with HTTP; Wed, 12 Mar 2008 07:48:26 -0700 (PDT) Message-ID: <8e68c8e90803120748v6fe2107k3f30d53f8446ae8f@mail.gmail.com> Date: Wed, 12 Mar 2008 09:48:26 -0500 From: "Albert Lee" To: dev@openjpa.apache.org Subject: Re: svn commit: r636088 - in /openjpa/branches/1.0.x: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/schema/SchemaFactory.java openjpa-lib/src/main/java/org/apache/openjpa/lib/util/Localizer.java In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6065_1846682.1205333306862" References: <20080311200458.A956E1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_6065_1846682.1205333306862 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Apologize for the oversight. (There is always a first time.) Albert Lee. On Tue, Mar 11, 2008 at 3:31 PM, Craig L Russell wrote: > Reminder: > > When checking code into the repository on behalf of a contributor, the > commit message must include attribution, e.g. > > "OPENJPA-535 fix comment typos; contributed by Lars Kuhne" > > Thanks, > > Craig > > On Mar 11, 2008, at 1:04 PM, allee8285@apache.org wrote: > > > Author: allee8285 > > Date: Tue Mar 11 13:04:54 2008 > > New Revision: 636088 > > > > URL: http://svn.apache.org/viewvc?rev=636088&view=rev > > Log: > > OPENJPA-535 - fix comment typos. > > > > Modified: > > openjpa/branches/1.0.x/openjpa-jdbc/src/main/java/org/apache/ > > openjpa/jdbc/schema/SchemaFactory.java > > openjpa/branches/1.0.x/openjpa-lib/src/main/java/org/apache/ > > openjpa/lib/util/Localizer.java > > > > Modified: openjpa/branches/1.0.x/openjpa-jdbc/src/main/java/org/ > > apache/openjpa/jdbc/schema/SchemaFactory.java > > URL: > http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/schema/SchemaFactory.java?rev=636088&r1=636087&r2=636088&view=diff > > = > > = > > = > > = > > = > > = > > = > > = > > ====================================================================== > > --- openjpa/branches/1.0.x/openjpa-jdbc/src/main/java/org/apache/ > > openjpa/jdbc/schema/SchemaFactory.java (original) > > +++ openjpa/branches/1.0.x/openjpa-jdbc/src/main/java/org/apache/ > > openjpa/jdbc/schema/SchemaFactory.java Tue Mar 11 13:04:54 2008 > > @@ -20,9 +20,9 @@ > > > > /** > > * Factory for {@link SchemaGroup}s. Users can plug in their own > > factory > > - * implementation, or rely on the ones provided. Most schema > > factoryies > > + * implementation, or rely on the ones provided. Most schema > > factories > > * will probably implement {@link > > org.apache.openjpa.lib.conf.Configurable} to > > - * receive the system congiguration on construction. > > + * receive the system configuration on construction. > > * > > * @author Abe White > > */ > > > > Modified: openjpa/branches/1.0.x/openjpa-lib/src/main/java/org/ > > apache/openjpa/lib/util/Localizer.java > > URL: > http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-lib/src/main/java/org/apache/openjpa/lib/util/Localizer.java?rev=636088&r1=636087&r2=636088&view=diff > > = > > = > > = > > = > > = > > = > > = > > = > > ====================================================================== > > --- openjpa/branches/1.0.x/openjpa-lib/src/main/java/org/apache/ > > openjpa/lib/util/Localizer.java (original) > > +++ openjpa/branches/1.0.x/openjpa-lib/src/main/java/org/apache/ > > openjpa/lib/util/Localizer.java Tue Mar 11 13:04:54 2008 > > @@ -34,13 +34,13 @@ > > > > /** > > * The Localizer provides convenient access to localized > > - * strings. It inlcudes built-in support for parameter substitution > > through > > + * strings. It includes built-in support for parameter substitution > > through > > * the use of the {@link MessageFormat} utility. > > * Strings are stored in per-package {@link Properties} files. > > * The property file for the default locale must be named > > * localizer.properties. Additional locales can be > > supported > > * through additional property files using the naming conventions > > specified > > - * in the {@link ResourceBundle} class. For example, the german > > locale > > + * in the {@link ResourceBundle} class. For example, the German > > locale > > * could be supported through a localizer_de_DE.properties > code> file. > > * > > * @author Abe White > > > > > > Craig Russell > Architect, Sun Java Enterprise System http://java.sun.com/products/jdo > 408 276-5638 mailto:Craig.Russell@sun.com > P.S. A good JDO? O, Gasp! > > -- Albert Lee. ------=_Part_6065_1846682.1205333306862--