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…
Reference in New Issue