On Wed, May 29, 2013 at 5:20 PM, Brian Burkhalter < [email protected]> wrote:
> On May 29, 2013, at 4:57 PM, Martin Buchholz wrote: > > > Use third person in the first sentence of a javadoc - e.g. > s/Retrieve/Retrieves/. > > --- > > Don't use the denigrated C style > char zero[] = > Instead use > char[] zero = > > --- > > > Are the two preceding comments generic, i.e., occurring in multiple > places, or each unique? > > Mutliple.
