Skip to content

Commit

Permalink
Code review change
Browse files Browse the repository at this point in the history
  • Loading branch information
BojithaPiyathilake committed Jul 15, 2022
1 parent 8fc56b8 commit 2bd21dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3312,7 +3312,7 @@ protected UniqueIDPaginatedSearchResult doGetUserListWithID(Condition condition,
dbConnection = getDBConnection();
String type = DatabaseCreator.getDatabaseType(dbConnection);

if (!(offset == null)) {
if (offset != null) {
if (offset <= 0) {
offset = 0;
} else {
Expand Down

0 comments on commit 2bd21dd

Please sign in to comment.