|
From: <cw...@us...> - 2010-08-30 22:09:11
|
Revision: 41
http://proai.svn.sourceforge.net/proai/?rev=41&view=rev
Author: cwilper
Date: 2010-08-30 22:09:04 +0000 (Mon, 30 Aug 2010)
Log Message:
-----------
Fixes FCREPO-788: Misleading error message: Multiple instances of RecordCache not allowed
Modified Paths:
--------------
trunk/src/java/proai/cache/RecordCache.java
Modified: trunk/src/java/proai/cache/RecordCache.java
===================================================================
--- trunk/src/java/proai/cache/RecordCache.java 2009-08-31 10:44:57 UTC (rev 40)
+++ trunk/src/java/proai/cache/RecordCache.java 2010-08-30 22:09:04 UTC (rev 41)
@@ -221,11 +221,6 @@
logger.info("Initializing Record Cache...");
- // guard against programmer error
- if (s_pool != null) {
- throw new ServerException("Multiple instances of RecordCache not allowed");
- }
-
s_pool = pool;
m_driver = driver;
m_baseDir = baseDir;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|