Testmerge #5
@@ -1,6 +1,6 @@
|
|||||||
package pp.mdga.client.Animation;
|
package pp.mdga.client.Animation;
|
||||||
|
|
||||||
class EmptyAnimation implements Animation {
|
class EmptyAnimation extends Animation {
|
||||||
@Override
|
@Override
|
||||||
void play() {
|
void play() {
|
||||||
//nothing
|
//nothing
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
package pp.mdga.client;
|
package pp.mdga.client;
|
||||||
|
|
||||||
import pp.mdga.notification.Notification;
|
|
||||||
|
|
||||||
public class NotificationSynchronizer {
|
public class NotificationSynchronizer {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user