Fix package name

This commit is contained in:
Andrea Cavalli 2020-08-31 15:31:17 +02:00
parent 567c557f00
commit 933f9ef2e8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package it.tdlight.tdlight.natives;
package it.tdlight.tdlib;
/*
* Copyright (c) 2018. Ernesto Castellotti <erny.castell@gmail.com>
* This file is part of JTdlib.

View File

@ -15,7 +15,7 @@
* along with JTdlib. If not, see <http://www.gnu.org/licenses/>.
*/
package it.tdlight.tdlight.natives;
package it.tdlight.tdlib;
/**
* Interface for managing the internal logging of TDLib. By default TDLib writes logs to stderr or an OS specific log and uses a verbosity level of 5.