mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#120 Removing unused constructor
This commit is contained in:
parent
9b8e22462f
commit
5e19394e69
@ -51,14 +51,6 @@ public abstract class MappingMethod extends ModelElement {
|
|||||||
this.accessibility = method.getAccessibility();
|
this.accessibility = method.getAccessibility();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected MappingMethod(String name, List<Parameter> parameters, Type returnType, Parameter targetParameter) {
|
|
||||||
this.name = name;
|
|
||||||
this.parameters = parameters;
|
|
||||||
this.returnType = returnType;
|
|
||||||
this.targetParameter = targetParameter;
|
|
||||||
this.accessibility = Accessibility.PRIVATE;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return name;
|
return name;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user