Skip to content

Commit 4fc63f9

Browse files
Apply suggestions from code review
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
1 parent 82917ed commit 4fc63f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/schema/src/main/java/com/cloud/projects/dao/ProjectAccountDaoImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public void removeUserFromProjects(long userId) {
199199
SearchCriteria<ProjectAccountVO> sc = AllFieldsSearch.create();
200200
sc.setParameters("userId", userId);
201201

202-
int count = remove(sc);
202+
int removedCount = remove(sc);
203203
s_logger.debug(String.format("Removed user [%s] from %s project(s).", userId, count));
204204
}
205205

0 commit comments

Comments
 (0)