Skip to content

Commit

Permalink
IM-463 Assignment of same variable
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Oct 15, 2024
1 parent 37dceb8 commit 9b3771b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ protected BaseService(AbstractServiceDelegatingScope scope, KlabService.Type ser
settingsForSlaveServices.put(Engine.Setting.LAUNCH_PRODUCT, false);

this.scope = scope;
this.localName = localName;
this.type = serviceType;
this.startupOptions = options;
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ ServiceSessionScope copy() {
@Override
protected void copyInfo(ServiceUserScope other) {
super.copyInfo(other);
this.name = name;
this.data.putAll(other.data);
}

Expand Down

0 comments on commit 9b3771b

Please sign in to comment.