Remove unnecessary super call

This commit is contained in:
veyndan 2017-03-31 05:12:23 +01:00
parent 16553cc5e1
commit dc53ab9ff8
3 changed files with 0 additions and 3 deletions

View file

@ -226,7 +226,6 @@ public class Contribution extends Media {
}
public Contribution() {
super();
timestamp = new Date(System.currentTimeMillis());
}