[android] Removed duplicated methods

This commit is contained in:
Dmitry Donskoy 2018-09-27 17:39:53 +03:00 committed by Aleksandr Zatsepin
parent 3842331918
commit 398e8100cc

View file

@ -26,12 +26,6 @@ class MyTrackerEventLogger extends ContextDependentEventLogger
initTracker();
}
@Override
public void initialize()
{
}
@Override
public void sendTags(@NonNull String tag, @Nullable String[] params)
{