tdlight/example/java/org/drinkless
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
..
tdlib Replace noinspection instruction with proper @SuppressWarnings annotation 2024-02-16 11:26:46 +03:00