KCR39: regressions: MoveVariableInsideIf: method(): use parameter
This commit is contained in:
parent
b04d131245
commit
55a28392f8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class MoveVariableInsideIf {
|
|||
private boolean condition;
|
||||
|
||||
private String method(final String variable) {
|
||||
return "value";
|
||||
return "value: " + variable;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue