Maybe. Maybe not. Maybe not this time, but next time yes. It's just bulletproofing, like checking for nulls everywhere.

Mark Kerzner wrote:
Hi,

any need for this,

protected void setup(Mapper.Context context) throws IOException,
InterruptedException {
         super.setup(context); // TODO - does this need to be done?
         this.context = context;
}

Thank you,
Mark

Reply via email to