crossley 2003/12/09 21:31:01
Modified: src/blocks/eventcache/java/org/apache/cocoon/caching/impl DefaultEventRegistryImpl.java Log: Fix dos2unix issue. This file had mostly UNIX line-endings but some M$DOS. Revision Changes Path 1.9 +3 -3 cocoon-2.1/src/blocks/eventcache/java/org/apache/cocoon/caching/impl/DefaultEventRegistryImpl.java Index: DefaultEventRegistryImpl.java =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/eventcache/java/org/apache/cocoon/caching/impl/DefaultEventRegistryImpl.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- DefaultEventRegistryImpl.java 15 Nov 2003 04:21:30 -0000 1.8 +++ DefaultEventRegistryImpl.java 10 Dec 2003 05:31:01 -0000 1.9 @@ -190,7 +190,7 @@ ctx.getRealPath("/WEB-INF"), DefaultEventRegistryImpl.PERSISTENT_FILE); if (m_persistentFile == null) { - throw new ContextException("Could not obtain persistent file. " + "The cache event registry cannot be " + "used inside an unexpanded WAR file."); + throw new ContextException("Could not obtain persistent file. " + "The cache event registry cannot be " + "used inside an unexpanded WAR file."); } } @@ -310,4 +310,4 @@ this.m_keyMMap = new MultiHashMap(100); } -} \ No newline at end of file +}