Skip to content

Commit

Permalink
fix unused val
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Nov 14, 2024
1 parent a8a6854 commit 6750baa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package com.netflix.atlas.core.util
*/
object Step {

private final val oneMilli = 1L
private final val oneSecond = 1000L
private final val oneMinute = 60000L
private final val oneHour = 60 * oneMinute
Expand Down

0 comments on commit 6750baa

Please sign in to comment.