Return-Path: Delivered-To: apmail-jakarta-httpclient-dev-archive@www.apache.org Received: (qmail 53983 invoked from network); 24 Aug 2006 20:37:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Aug 2006 20:37:56 -0000 Received: (qmail 58528 invoked by uid 500); 24 Aug 2006 20:37:55 -0000 Delivered-To: apmail-jakarta-httpclient-dev-archive@jakarta.apache.org Received: (qmail 58453 invoked by uid 500); 24 Aug 2006 20:37:54 -0000 Mailing-List: contact httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "HttpClient Project" Reply-To: "HttpClient Project" Delivered-To: mailing list httpclient-dev@jakarta.apache.org Received: (qmail 58442 invoked by uid 99); 24 Aug 2006 20:37:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 13:37:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [195.186.19.61] (HELO mail12.bluewin.ch) (195.186.19.61) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 13:37:53 -0700 Received: from [192.168.0.2] (81.62.190.32) by mail12.bluewin.ch (Bluewin 7.3.116) id 44E2D58000205CBD for httpclient-dev@jakarta.apache.org; Thu, 24 Aug 2006 20:37:32 +0000 Subject: Re: svn commit: r434476 From: Oleg Kalnichevski To: HttpClient Project In-Reply-To: <44EE0C23.7040504@dubioso.net> References: <20060824192720.D1B431A981A@eris.apache.org> <1156449233.5001.25.camel@localhost.localdomain> <44EE0C23.7040504@dubioso.net> Content-Type: text/plain Date: Thu, 24 Aug 2006 22:34:16 +0200 Message-Id: <1156451656.5001.30.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Thu, 2006-08-24 at 22:29 +0200, Roland Weber wrote: > Hi Oleg, > > > In this particular case, though, I think declaring an interface method > > public does not bring anything. All methods in an interface are public > > and public only. Is there a particular reason you want methods in this > > interface explicitly declared public? I find interfaces without public > > declarations a _little_ more readable than with. > > I don't like to have two different ways of declaring method signatures, > and having to decide which one is appropriate. In this particular case, > I copied and pasted the signature from the interface into the class in > which I wanted to implement it, and it was wrong because of the missing > "public" declaration which I had to substitute. It is quite common for > me to paste signatures from interfaces into implementation classes. But > since you are the lead developer Roland, There are no lead developers here. This is no "I have a bigger title, I deserve a bigger bonus" corporate shit. Your vote means as much as mine, so does your opinion. Please leave public declarations be if you find them useful. Cheers Oleg > , I'll refrain from adding "public" to > (non-async) interfaces in the future. The new connection interfaces I > am currently prototyping will have the public declaration, though. > > > BTW, many thanks for cleaning up Javadocs. I, for one, owe you a lot for > > doing it. > > You're welcome. > > cheers, > Roland > > --------------------------------------------------------------------- > To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org