On Sat, Jul 7, 2012 at 2:54 PM, Jean-Marc Spaggiari <[email protected]> wrote: > I have a question regarding spacing (code formating) on the code. > > When we have an array in parameters, we have to add a space after the > type, like that: > > private static byte [] binaryIncrementNeg(byte [] value, long amount) { > > Same for the returned type. > > But when it's in the code sometime there is no space: > final Iterator<byte[]> iterator = new Iterator<byte[]>() { > > Should there be always a space before the []? What's the rules about that? >
I'd add one but patch will go in if you don't have it I'd say. > Also, I'm using Eclipse. I was able to configure the repository > correctly, but is there an "easy" way to setup the build paths, etc.? mvn eclipse:eclipse should do it for you. See this section: http://hbase.apache.org/book.html#eclipse Let us know if it doesn't work Jean-Marc. Thanks for contribs. St.Ack
