mirror of https://github.com/dspinellis/UMLGraph
Remove unnecessary super() call (extends Object)
This commit is contained in:
parent
0a71dbfc82
commit
742ee6f73e
|
|
@ -7,7 +7,6 @@ public class PackageMatcher implements ClassMatcher {
|
|||
protected PackageDoc packageDoc;
|
||||
|
||||
public PackageMatcher(PackageDoc packageDoc) {
|
||||
super();
|
||||
this.packageDoc = packageDoc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue