Skip to content

Commit

Permalink
Fix null handling
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Jan 18, 2024
1 parent 9da5974 commit 05fd265
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import java.util.SortedMap
*/
class DiagramRecognitionMock(
private val goldStandardProject: GoldStandardDiagrams?,
additionalConfigs: SortedMap<String, String>,
additionalConfigs: SortedMap<String, String>?,
dataRepository: DataRepository?
) :
ExecutionStage(
Expand Down

0 comments on commit 05fd265

Please sign in to comment.