промежуточный. Рефакторинг публикации теста из текущего проекта.
This commit is contained in:
@@ -37,15 +37,6 @@ public class ComponentsServer extends RepositoryServer<BugReportsDatabase> {
|
||||
public int getPort() {
|
||||
return 7995;
|
||||
}
|
||||
/*
|
||||
@Override
|
||||
public boolean needsEmail(String email) {
|
||||
if (db.subscribers.containsKey(email)) {
|
||||
return db.subscribers.get(email).mailOn == 1;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
*/
|
||||
@Override
|
||||
public void DeleteAction(DBObject object) throws Exception {
|
||||
if (object instanceof BugReport) {
|
||||
|
||||
Reference in New Issue
Block a user