Skip to content

Commit

Permalink
Patch form Dan Sheppard, fixes problems with the memory service.
Browse files Browse the repository at this point in the history
  • Loading branch information
ieb committed Apr 3, 2009
1 parent 008fc06 commit 60a9cb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
*/
public class CacheManagerServiceImpl implements CacheManagerService {

private static final String CONFIG_PATH = "res://org.sakaiproject.kernel.memory.ehcacheConfig.xml";
private static final String CONFIG_PATH = "res://org/sakaiproject/kernel/memory/ehcacheConfig.xml";
private static final Logger logger = LoggerFactory.getLogger(CacheManagerServiceImpl.class);
private CacheManager cacheManager;
private Map<String, Cache<?>> caches = new HashMap<String, Cache<?>>();
Expand Down

0 comments on commit 60a9cb0

Please sign in to comment.