public Object construct() {
try {
setText(GT._("Retrieving MediaWiki API"));
API api = APIFactory.getAPI();
setText(GT._("Adding comment"));
api.addNewSection(getWikipedia(), page, section, text, forceWatch);
} catch (APIException e) {
return e;
}
return null;
}