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 39C699691 for ; Fri, 16 Mar 2012 23:04:51 +0000 (UTC) Received: (qmail 71654 invoked by uid 500); 16 Mar 2012 23:04:50 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 71534 invoked by uid 500); 16 Mar 2012 23:04:50 -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 71525 invoked by uid 99); 16 Mar 2012 23:04:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 23:04:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gudnabrsam@gmail.com designates 209.85.210.43 as permitted sender) Received: from [209.85.210.43] (HELO mail-pz0-f43.google.com) (209.85.210.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 23:04:46 +0000 Received: by dadq36 with SMTP id q36so2044181dad.30 for ; Fri, 16 Mar 2012 16:04:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=nMN303oysNYWooDHM3obGiX/aQBpYtxgkinrfXW9zFo=; b=TFelXFUVH2JvWXXaFACx3j1C08VoE0LQ9Bat2vxIrf1VWB+J+cnBpt9KyYERVtSdLi h7OhR4C19OA1VhqxWjibAnDd0noClTWuL5A0bosUhW1HR82N/ValqgE+ZWGuBNaUDNTi 4A8MRCZtaXN3mNR/4hiGQZYsMFA/ZkvXmSk47qYEt4AQtKZliJ8qlJqRp4NzExrty4A2 34J02nDLJ0PrRXNCpBe9k4BvG0nvTLHL45l/pczry317ldz77YHHcmj7pc6t2ksp3Fr1 KMj/oKIpHZRjS0FYOHUUPY9+Jr53ub3RhZRHMaOAG8I0yoUf9uEM+x10PHXkK6UOp4bM QKYQ== MIME-Version: 1.0 Received: by 10.68.200.9 with SMTP id jo9mr16022151pbc.19.1331939065603; Fri, 16 Mar 2012 16:04:25 -0700 (PDT) Received: by 10.68.74.129 with HTTP; Fri, 16 Mar 2012 16:04:25 -0700 (PDT) Reply-To: gudnabrsam@gmail.com In-Reply-To: References: Date: Fri, 16 Mar 2012 18:04:25 -0500 Message-ID: Subject: Re: [lang] static methods with final keyword From: Matt Benson To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Mar 16, 2012 at 5:40 PM, Christian Grobmeier wrote: > In langs StringEscapeUtils are some static methods marked with > final... it makes no sense to me to do that. I would like to remove > the final keywords. Any objections? not sure if this breaks bc (cannot > imagine) > +1 There is technically some sense of overriding static methods and RT assignability, but I don't think it's very useful in this context. Matt > Cheers > > -- > http://www.grobmeier.de > https://www.timeandbill.de > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org