Skip to content

Commit

Permalink
Update dg
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghejin committed Nov 14, 2023
1 parent 2c20945 commit 71587a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ Abbreviations are used to reduce the clutter in the diagram.
Our current error condition:

~~~
if (model.getFilteredBandList().size() > 1 || !predicate.test(model.getFilteredBandList().get(0)) {
if (model.getFilteredBandList().size() > 1 ||
!predicate.test(model.getFilteredBandList().get(0)) {
// throw exception
}
~~~
Expand Down

0 comments on commit 71587a6

Please sign in to comment.