tdlight/example/java/org/drinkless/tdlib
Vyacheslav d0ff90bb19 Replace noinspection instruction with proper @SuppressWarnings annotation
`//noinspection unchecked` suppresses unchecked cast warning only in the IDE. `@SuppressWarning` annotation properly suppresses both IDE and the compiler warnings.
2024-02-16 11:26:46 +03:00
..
example Add registerUser.disable_notification. 2024-01-29 16:43:42 +03:00
Client.java Replace noinspection instruction with proper @SuppressWarnings annotation 2024-02-16 11:26:46 +03:00