mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1738 - Refactor simplify switch and various
This commit is contained in:
@@ -1895,8 +1895,7 @@ public class DefaultOrmQuery<T> implements SpiQuery<T> {
|
||||
namedParams = new HashMap<>();
|
||||
}
|
||||
|
||||
ONamedParam param = namedParams.computeIfAbsent(name, ONamedParam::new);
|
||||
return param;
|
||||
return namedParams.computeIfAbsent(name, ONamedParam::new);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user