Remove stub comments

This commit is contained in:
0xboobface 2018-11-09 19:18:30 +01:00
parent 977674cc1e
commit 45a7e4ba5f
2 changed files with 0 additions and 3 deletions

View File

@ -127,7 +127,6 @@ public class BongaCams extends AbstractSite {
@Override
public boolean supportsFollow() {
// TODO Auto-generated method stub
return false;
}

View File

@ -189,13 +189,11 @@ public class BongaCamsModel extends AbstractModel {
@Override
public boolean follow() throws IOException {
// TODO Auto-generated method stub
return false;
}
@Override
public boolean unfollow() throws IOException {
// TODO Auto-generated method stub
return false;
}