Remove explicit super call (#252)

This commit is contained in:
Raffi Khatchadourian 2017-11-18 09:19:43 -05:00 committed by Manu Sridharan
parent 808688b793
commit 1d239dac52
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ abstract public class EclipseProjectAnalysisEngine<P, I extends InstanceKey> ext
protected EclipseProjectPath<?,P> ePath;
public EclipseProjectAnalysisEngine(P project) {
super();
this.project = project;
this.workspaceRootPath = ResourcesPlugin.getWorkspace().getRoot().getLocation();
assert project != null;