Skip to content

Commit

Permalink
fix: add missing import for HashMap
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed May 25, 2020
1 parent a980423 commit 5ee1b60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GxClientModels.bbj
Expand Up @@ -21,6 +21,7 @@ use com.basiscomponents.db.DataRow
use java.util.ArrayList
use java.util.Arrays
use java.util.HashSet
use java.util.HashMap
use java.lang.StringBuilder
REM /**
REM * A client model for rows
Expand Down

0 comments on commit 5ee1b60

Please sign in to comment.