johm icon indicating copy to clipboard operation
johm copied to clipboard

the Integer.parseInt in RedisMap

Open ghost opened this issue 12 years ago • 0 comments

Inside the "get" method:

    value = JOhm.<V> get(valueClazz, Integer.parseInt(valueKey));

I don't know why use Integer.parseInt() but not Long.parseLong(). All the model's @id attribute is long.

ghost avatar Nov 05 '12 03:11 ghost