647648649650651652653654655656657
else { reader = new BufferedReader(new FileReader(loadFile)); String line; while ((line = reader.readLine()) != null) { SpiderUrl tempUrl = new SpiderUrl(line); spiderList.add(tempUrl); } } } catch (IOException ioe) {