Technically, you could get away without it. Some prefer multiline initialisation code to go into a static method. I'm quite happy using a static initialiser for relatively simple multistatement initialisation.
Of course, I'd almost always make my statics final
and point to an unmodifiable object.