Remove obsolete methods

As there were removed also in e8d086ac9b (diff-98a46e7f04c7a2dd03d59046076aac5bL40)
This commit is contained in:
Philippe Lafoucrière 2019-10-21 08:34:48 -04:00 committed by Nanne Baars
parent 531db87876
commit 66bd1d8c1a

View File

@ -41,14 +41,6 @@ public class HttpProxies extends Lesson {
return Category.GENERAL;
}
public List<String> getHints() {
return Lists.newArrayList();
}
public Integer getDefaultRanking() {
return 2;
}
@Override
public String getTitle() {
return "http-proxies.title";