comparison src/main/java/app/bbs/NetworkJungleBulletinBoard.java @ 123:495ac60d7f5f

Modified JungleUpdater
author one
date Fri, 27 Dec 2013 20:13:37 +0900
parents cef245f71053
children dacfa7eba841
comparison
equal deleted inserted replaced
122:cef245f71053 123:495ac60d7f5f
35 35
36 public NetworkJungleBulletinBoard(String _uuid) throws FileNotFoundException 36 public NetworkJungleBulletinBoard(String _uuid) throws FileNotFoundException
37 { 37 {
38 journal = new PersistentJournal(); 38 journal = new PersistentJournal();
39 jungle = new NetworkDefaultJungle(journal, _uuid,new DefaultTreeEditor(new DefaultTraverser())); 39 jungle = new NetworkDefaultJungle(journal, _uuid,new DefaultTreeEditor(new DefaultTraverser()));
40 JungleManager.setJungle(jungle); 40 BullentInBoardJungleManager.setJungle(jungle);
41 } 41 }
42 42
43 public void init() throws IOException { 43 public void init() throws IOException {
44 checkAndCreateLogDirectory(); 44 checkAndCreateLogDirectory();
45 commitLogRecover(); 45 commitLogRecover();