Fix package name
This commit is contained in:
parent
567c557f00
commit
933f9ef2e8
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user