Author: thorsten
Date: Tue Aug 7 06:00:22 2007
New Revision: 563484
URL: http://svn.apache.org/viewvc?view=rev&rev=563484
Log:
Formating change (tab to spaces)
Modified:
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java
Modified:
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java?view=diff&rev=563484&r1=563483&r2=563484
==============================================================================
---
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java
(original)
+++
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java
Tue Aug 7 06:00:22 2007
@@ -79,7 +79,7 @@
debug("LM Configured cache-lifespan: " + m_cacheTtl);
if (m_cacheAll == true) {
- m_locationsCache = new HashMap();
+ m_locationsCache = new HashMap();
m_cacheLastLoaded = new Date();
}
}