Fixing merge detritus
This commit is contained in:
parent
dcfa0b8910
commit
1b1c331763
|
@ -32,8 +32,8 @@ public interface Callback
|
|||
* Instance of Adapter that can be used when the callback methods need an empty
|
||||
* implementation without incurring in the cost of allocating a new Adapter object.
|
||||
*/
|
||||
static Callback NOOP = new Callback(){};
|
||||
|
||||
static Callback NOOP = new Callback()
|
||||
{
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue