Skip to content

Commit dcf4ab3

Browse files
rename setMillis to setSeconds to match input parameter
1 parent d056312 commit dcf4ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqldev/src/main/java/org/utplsql/sqldev/ui/runner/SmartTime.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class SmartTime {
3131
this.smart = smart
3232
}
3333

34-
def setMillis(Double seconds) {
34+
def setSeconds(Double seconds) {
3535
this.seconds = seconds
3636
}
3737

0 commit comments

Comments
 (0)