comparison src/alice/topology/manager/StartTopologyManager.java @ 335:2f003d5703d5 META_CODESEGMENT

Meta CodeSegment Test
author sugi
date Mon, 14 Apr 2014 15:46:29 +0900
parents d136c65d8904
children 5fa184113850
comparison
equal deleted inserted replaced
334:c0c00f8f5525 335:2f003d5703d5
72 e.printStackTrace(); 72 e.printStackTrace();
73 } catch (ParseException e) { 73 } catch (ParseException e) {
74 logger.error("File format error: " + conf.confFilePath); 74 logger.error("File format error: " + conf.confFilePath);
75 e.printStackTrace(); 75 e.printStackTrace();
76 } 76 }
77
77 HashMap<String, ArrayList<HostMessage>> connectionList = new HashMap<String, ArrayList<HostMessage>>(); 78 HashMap<String, ArrayList<HostMessage>> connectionList = new HashMap<String, ArrayList<HostMessage>>();
78 ods.put("connection", connectionList); 79 ods.put("connection", connectionList);
79 ods.put("_ABSIPTABLE" ,new ArrayList<HostMessage>()); 80 ods.put("_ABSIPTABLE" ,new ArrayList<HostMessage>());
80 81
81 new createABSIPList(); 82 new createABSIPList();