Hi Israel,

Thanks. Go ahead and remove that whole part...

Cheers,
Chris

On Nov 22, 2010, at 3:21 PM, Israel wrote:

> Try to remove all code ?.... or only part.
> This part of the code
> 
>> 
>>> Thgis is all
>>> 
>>>               if (r.getLink() != null) {
>>>                   try {
>>>                       // get the outlink
>>>           if (r.getDescription()!= null ) {
>>>               theOutlinks.add(new Outlink(r.getLink(),
>>> r.getDescription()));
>>>           } else {
>>>               theOutlinks.add(new Outlink(r.getLink(), ""));
>>>           }
>>>                   } catch (MalformedURLException e) {
>>>                       if (LOG.isWarnEnabled()) {
>>>                         LOG.warn("MalformedURL: " + r.getLink());
>>>                         LOG.warn("Attempting to continue processing
>>> outlinks");
>>>                         e.printStackTrace(LogUtil.getWarnStream(LOG));
>>>                       }
>>>                       continue;
>>>                   }
>>>               }
>> 
>> 
>> 
>> 


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: [email protected]
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Reply via email to