(no commit message)
[utils] / support / general / src / main / java / org / wamblee / cache / EhCache.java
index 9c32dda8b932329271e63b1d8507e3ff5cd733db..795a95b4070c8e5d454346a05d27dcd04a2780a5 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.cache;
 
 import net.sf.ehcache.Cache;
@@ -20,7 +20,6 @@ import net.sf.ehcache.CacheException;
 import net.sf.ehcache.CacheManager;
 import net.sf.ehcache.Element;
 
-
 import org.wamblee.io.InputResource;
 
 import java.io.IOException;
@@ -36,7 +35,8 @@ import java.util.logging.Logger;
  */
 public class EhCache<KeyType extends Serializable, ValueType extends Serializable>
     implements org.wamblee.cache.Cache<KeyType, ValueType> {
-    private static final Logger LOGGER = Logger.getLogger(EhCache.class.getName());
+    private static final Logger LOGGER = Logger.getLogger(EhCache.class
+        .getName());
 
     /**
      * EH Cache manager.