Committed by
Gerrit Code Review
Merge "Modify getter name to match the project naming convention"
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -43,7 +43,7 @@ public class LatencyConstraint implements Constraint { | ... | @@ -43,7 +43,7 @@ public class LatencyConstraint implements Constraint { |
| 43 | this.latency = latency; | 43 | this.latency = latency; |
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | - public Duration getLatency() { | 46 | + public Duration latency() { |
| 47 | return latency; | 47 | return latency; |
| 48 | } | 48 | } |
| 49 | 49 | ... | ... |
-
Please register or login to post a comment