mirror of
https://framagit.org/tom79/fedilab-tube
synced 2025-02-16 12:00:42 +01:00
Some fixes
This commit is contained in:
parent
4027a8b725
commit
e8427b883d
@ -26,7 +26,7 @@ import app.fedilab.fedilabtube.client.entities.PlaylistElement;
|
||||
import app.fedilab.fedilabtube.client.entities.Relationship;
|
||||
import app.fedilab.fedilabtube.client.entities.Status;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
@SuppressWarnings({"unused", "RedundantSuppression"})
|
||||
public class APIResponse {
|
||||
|
||||
private List<Account> accounts = null;
|
||||
|
@ -70,7 +70,7 @@ import app.fedilab.fedilabtube.sqlite.AccountDAO;
|
||||
import app.fedilab.fedilabtube.sqlite.Sqlite;
|
||||
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
@SuppressWarnings({"unused", "RedundantSuppression"})
|
||||
public class HttpsConnection {
|
||||
|
||||
|
||||
|
@ -920,6 +920,7 @@ public class PeertubeAPI {
|
||||
* @param accountId String account fetched
|
||||
* @return Account entity
|
||||
*/
|
||||
@SuppressWarnings({"unused", "RedundantSuppression"})
|
||||
public Account getAccount(String accountId) {
|
||||
|
||||
account = new Account();
|
||||
|
Loading…
x
Reference in New Issue
Block a user