Sho SHIMIZU
Committed by Ray Milkey

Modify getter name to match the project naming convention

Change-Id: I848e2e15563a6a8e3c0de133eda3fcad0bd6e434
...@@ -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
......