fix sb's typo

This commit is contained in:
edison 2010-11-03 13:23:59 -07:00
parent f3cc113525
commit 437ca41b27

View File

@ -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) {