Remove unnecessary super() call (extends Object)

This commit is contained in:
Fotis Xenakis 2019-04-09 19:07:53 +03:00
parent 0a71dbfc82
commit 742ee6f73e
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ public class PackageMatcher implements ClassMatcher {
protected PackageDoc packageDoc;
public PackageMatcher(PackageDoc packageDoc) {
super();
this.packageDoc = packageDoc;
}