Fix a bug

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-03-01 11:57:52 +01:00
parent cb6785c5b1
commit 7ae16e87e4

View File

@ -25,7 +25,7 @@ import com.nextcloud.talk.interfaces.ClosedInterface;
public class ClosedInterfaceImpl implements ClosedInterface {
@Override
public void ProviderInstallerInstallIfNeededAsync() {
public void providerInstallerInstallIfNeededAsync() {
// does absolutely nothing :)
}
}