1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Commiting UserSearch

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2855 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro 2005-09-20 21:02:30 +00:00 committed by derek
parent c9342aa169
commit a5991bfa94
4 changed files with 24 additions and 8 deletions

View file

@ -46,7 +46,7 @@ import java.util.*;
*
* @author Matt Tucker
*/
class Cache implements Map {
public class Cache implements Map {
/**
* The map the keys and values are stored in.