Intento quitando todo?.... o solo una parte

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;
                    }
                }

Reply via email to