Making class public

This commit is contained in:
igor%mir2.org 2003-03-13 07:52:07 +00:00
parent a4732b3ee1
commit 67b44fd9d9

View File

@ -50,7 +50,7 @@ import java.io.ObjectOutputStream;
*
*/
class UintMap implements Serializable {
public class UintMap implements Serializable {
// Map implementation via hashtable,
// follows "The Art of Computer Programming" by Donald E. Knuth