I was following the existing patterns being used in the file, but if you guys think this should be changed now - I can change it.
Collections.EMPTY_LIST was added first. emptyList() was added with Java 1.5 and should be used instead. More info here: http://stackoverflow.com/q/14870819/194894