mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-16 01:09:30 +00:00
More documentation.
This commit is contained in:
@@ -36,8 +36,8 @@ import java.util.logging.Logger;
|
||||
/**
|
||||
* Cache.
|
||||
*
|
||||
* @param <K>
|
||||
* @param <V>
|
||||
* @param <K> Key type
|
||||
* @param <V> Value type
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class Cache<K, V> implements Freed {
|
||||
|
||||
Reference in New Issue
Block a user