Jenkins build is back to normal : Hadoop-Hdfs-trunk #1130

2012-08-09 Thread Apache Jenkins Server
See

Re: Java Generics in Writable Classes

2012-08-09 Thread Doug Cutting
On Tue, Aug 7, 2012 at 5:52 AM, Apurv Verma wrote: > why was it decided to declare them as > > public class IntWritable implements WritableComparable > > and not as > > public class IntWritable implements WritableComparable This class was written in 2003. Generics were added to Java in 2004. Do