Skip to content

Commit

Permalink
Remove the parameter from constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
speckyspooky committed May 9, 2024
1 parent a447721 commit e0bf62b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

package org.eclipse.birt.report.designer.internal.ui.editors.schematic.editpolicies;

import org.eclipse.draw2d.AbstractConstraintLayout;
import org.eclipse.draw2d.geometry.Dimension;
import org.eclipse.draw2d.geometry.Point;
import org.eclipse.draw2d.geometry.Rectangle;
Expand All @@ -37,10 +36,8 @@ public class TableXYLayoutEditPolicy extends ConstrainedLayoutEditPolicy {

/**
* Constructor
*
* @param layout
*/
public TableXYLayoutEditPolicy(AbstractConstraintLayout layout) {
public TableXYLayoutEditPolicy() {
super();
}

Expand Down

0 comments on commit e0bf62b

Please sign in to comment.