From: <mar...@us...> - 2010-09-08 14:51:54
|
Revision: 3519 http://bigdata.svn.sourceforge.net/bigdata/?rev=3519&view=rev Author: martyncutcher Date: 2010-09-08 14:51:48 +0000 (Wed, 08 Sep 2010) Log Message: ----------- make reopen public for call from tests Modified Paths: -------------- branches/JOURNAL_HA_BRANCH/bigdata/src/java/com/bigdata/journal/RWStrategy.java Modified: branches/JOURNAL_HA_BRANCH/bigdata/src/java/com/bigdata/journal/RWStrategy.java =================================================================== --- branches/JOURNAL_HA_BRANCH/bigdata/src/java/com/bigdata/journal/RWStrategy.java 2010-09-08 14:49:01 UTC (rev 3518) +++ branches/JOURNAL_HA_BRANCH/bigdata/src/java/com/bigdata/journal/RWStrategy.java 2010-09-08 14:51:48 UTC (rev 3519) @@ -563,7 +563,7 @@ * TODO: Modify so that current WriteCacheService is reset and re-used by new * store. */ - protected void reopen() { + public void reopen() { try { log.warn("Request to reopen store after interrupt"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |