refactor: improve method name (related to 86fa9278)

This commit is contained in:
xenohedron 2024-06-13 00:40:07 -04:00
parent 723df8f53c
commit fdd244786b
31 changed files with 44 additions and 45 deletions

View file

@ -177,7 +177,7 @@ public abstract class TargetImpl implements Target {
}
@Override
public TargetImpl setTargetName(String name) {
public TargetImpl withTargetName(String name) {
this.targetName = name;
return this;
}