Thomas Vachuska
Committed by Gerrit Code Review

Merge "Modify getter name to match the project naming convention"

...@@ -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
......