From: <tho...@us...> - 2014-04-07 12:57:17
|
Revision: 8072 http://sourceforge.net/p/bigdata/code/8072 Author: thompsonbry Date: 2014-04-07 12:57:15 +0000 (Mon, 07 Apr 2014) Log Message: ----------- Removed unused method. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/test/com/bigdata/journal/jini/ha/TestHA3JournalServer.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/test/com/bigdata/journal/jini/ha/TestHA3JournalServer.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/test/com/bigdata/journal/jini/ha/TestHA3JournalServer.java 2014-04-07 12:40:17 UTC (rev 8071) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/test/com/bigdata/journal/jini/ha/TestHA3JournalServer.java 2014-04-07 12:57:15 UTC (rev 8072) @@ -110,20 +110,20 @@ super(name); } - /** - * Complex hack to override the {@link HAJournal} properties. - * - * @param in - * The {@link NV}[] from the configuration (if you can get it). - * - * @return The {@link NV}[] from which the {@link Properties} will be - * constructed by {@link JiniClientConfig} - */ - public static NV[] getTestHAJournalProperties(final NV[] in) { - - return in; - - } +// /** +// * Complex hack to override the {@link HAJournal} properties. +// * +// * @param in +// * The {@link NV}[] from the configuration (if you can get it). +// * +// * @return The {@link NV}[] from which the {@link Properties} will be +// * constructed by {@link JiniClientConfig} +// */ +// public static NV[] getTestHAJournalProperties(final NV[] in) { +// +// return in; +// +// } // protected BufferMode getDiskMode() { // return BufferMode.DiskRW; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |