forked from j62/ctbrec
1
0
Fork 0

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 @Override
public boolean supportsFollow() { public boolean supportsFollow() {
// TODO Auto-generated method stub
return false; return false;
} }

View File

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