|
|
|
|
|
by krisdol
3891 days ago
|
|
>Using get() is just bad style and so is returning null where you could return Collections.emptyList(). I agree that you should never return null, but if get() is bad style I think you should send out that memo because I haven't yet seen codebases that agreed. |
|