mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
fix sb's typo
This commit is contained in:
parent
f3cc113525
commit
437ca41b27
@ -4420,7 +4420,7 @@ public class ManagementServerImpl implements ManagementServer {
|
||||
}
|
||||
|
||||
if (id != null) {
|
||||
sc.setParameters("id", SearchCriteria.Op.EQ, id);
|
||||
sc.setParameters("id", id);
|
||||
}
|
||||
|
||||
if (keyword != null) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user