public LineConvertor newLineConvertor() {
return new LilyErrorConvertor();//LineConvertors.httpUrl();// new Numbered();
}
});
descriptor = descriptor.errConvertorFactory(new LineConvertorFactory() {
public LineConvertor newLineConvertor() {
return new LilyErrorConvertor();//LineConvertors.httpUrl();// new Numbered();
}
});