com.jidesoft.converter.CacheMap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jide-oss Show documentation
Show all versions of jide-oss Show documentation
JIDE Common Layer (Professional Swing Components)
/*
* @(#)CacheMap.java 3/20/2012
*
* Copyright 2002 - 2012 JIDE Software Inc. All rights reserved.
*/
package com.jidesoft.converter;
/**
* This class was moved to com.jidesoft.utils since 3.3.7 release.
*
* @deprecated please use the one at com.jidesoft.utils.CacheMap.
*/
@Deprecated
public class CacheMap extends com.jidesoft.utils.CacheMap {
public CacheMap(K defaultContext) {
super(defaultContext);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy