mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Making class public
This commit is contained in:
parent
a4732b3ee1
commit
67b44fd9d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user