On Tue, Feb 21, 2017 at 3:24 PM, <[email protected]> wrote: > - String ADAPTABLE_CLASSES = "adaptables"; > + final static String ADAPTABLE_CLASSES = "adaptables";
Fields in interface are by default static final ... so this change might not be required Chetan Mehrotra
