Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A98AE11AC for ; Fri, 22 Apr 2011 20:05:17 +0000 (UTC) Received: (qmail 25513 invoked by uid 500); 22 Apr 2011 20:05:17 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 25425 invoked by uid 500); 22 Apr 2011 20:05:16 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 25417 invoked by uid 99); 22 Apr 2011 20:05:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Apr 2011 20:05:16 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of flamefew@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qw0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Apr 2011 20:05:12 +0000 Received: by qwf6 with SMTP id 6so482360qwf.30 for ; Fri, 22 Apr 2011 13:04:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=VKbgj6NNx7QcLSNZ7tBB8gvYl7lBD9FZNvjOS36fM9k=; b=OHVYYhBPaC0+YTb6/l0Eq6rvAWJQiAFu0/SXUKcrvms6ihgRvupABeOXFFIhdEXM28 qpqI8KrvX7UwQm01tOgyjoJMfagGAUUcj/P5bY0yZKhVQtBRkkA0Im/emJTt0n8+Uccw DeZsTsNsbrQKiH5DElix7KWj7ioleZ53YK12k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=j8AJfhfstsz74UgNQBvzIM3PFGiyOEGzCZqvnIq5NmfB2C5k0ooqZ+sG1/NLFNQl8a EU9z0lxkFw3c9qOUj6HJsiTuFRytnyGdlFMUaQ/rfSUD3RUqmFvqnOpmRwZq8Ph2M+Du tv4PkYInRQe5FRL1SNKVSYb4nD/usQo/1YuyI= MIME-Version: 1.0 Received: by 10.229.206.42 with SMTP id fs42mr1065910qcb.150.1303502690321; Fri, 22 Apr 2011 13:04:50 -0700 (PDT) Received: by 10.229.95.130 with HTTP; Fri, 22 Apr 2011 13:04:50 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 Apr 2011 13:04:50 -0700 Message-ID: Subject: Re: FormattableUtils From: Henri Yandell To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Date is in java.util; we put it in lang.time. MessageFormat is in java.util; we put it in lang.text. I think this can live in lang.text happily enough for the same reason the other classes are in there. 'util' is a blah name :) Hen On Fri, Apr 22, 2011 at 10:54 AM, Gary Gregory wrote: > Because Formattable is in java.util, IMO it makes sense in lang.util. > > Gary > > On Fri, Apr 22, 2011 at 12:34 PM, Henri Yandell wrote: > >> Should it be in the text package? >> >> On Fri, Apr 22, 2011 at 6:56 AM, Gary Gregory >> wrote: >> > Hi All: >> > >> > Now that we have the shiny and new FormattableUtils class, what are the >> > other opportunities in [lang] to eat our own dog food? >> > >> > -- >> > Thank you, >> > Gary >> > >> > http://garygregory.wordpress.com/ >> > http://garygregory.com/ >> > http://people.apache.org/~ggregory/ >> > http://twitter.com/GaryGregory >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >> For additional commands, e-mail: dev-help@commons.apache.org >> >> > > > -- > Thank you, > Gary > > http://garygregory.wordpress.com/ > http://garygregory.com/ > http://people.apache.org/~ggregory/ > http://twitter.com/GaryGregory > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org