Skip to content

Commit

Permalink
Fix TED 73172 BIRT Report generation hangs when only one dynamic
Browse files Browse the repository at this point in the history
parameter value is selected
  • Loading branch information
jouyang committed Aug 7, 2014
1 parent 9f4deeb commit 603f3bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public boolean hasNextChild( )
return true;
}
}
else break;
}
}
catch ( BirtException ex )
Expand Down

0 comments on commit 603f3bb

Please sign in to comment.