• tonymanou's avatar
    Prefer List/Map/Set as declaring type over their implementations · 00a0e64f
    tonymanou authored
    Unless your are using a method declared in subclasses of an
    interface, it is better to use the interface as declaring type.
    One advantage of this is that changing used implementation will
    be much simpler (you will have less declarations to edit).
    00a0e64f
SuLogAdapter.java 8.84 KB