Skip to content

Commit

Permalink
Add TODO note (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kduma committed Oct 10, 2023
1 parent d19c031 commit 7e3970d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ public void setScanTriggerTimeOut(int scanTriggerTimeOut) {
this.scanTriggerTimeOut = scanTriggerTimeOut;
}

// TODO: Check usage
public int getTriggerOverTime() {
if(this.unsupportedFields.contains(ConfigurationFieldEnum.TriggerOverTime)) {
throw new RuntimeException("Field "+ConfigurationFieldEnum.TriggerOverTime+" is not supported on this system!");
Expand Down

0 comments on commit 7e3970d

Please sign in to comment.