Fix camelCasing the method name. RELNOTES: None PiperOrigin-RevId: 310508754
diff --git a/src/test/java/com/google/devtools/build/lib/profiler/SingleStatRecorderTest.java b/src/test/java/com/google/devtools/build/lib/profiler/SingleStatRecorderTest.java index 31daaa0..e3ed0bf 100644 --- a/src/test/java/com/google/devtools/build/lib/profiler/SingleStatRecorderTest.java +++ b/src/test/java/com/google/devtools/build/lib/profiler/SingleStatRecorderTest.java
@@ -24,7 +24,7 @@ public class SingleStatRecorderTest { @Test - public void meanAndstandardDeviation() { + public void meanAndStandardDeviation() { SingleStatRecorder recorder = new SingleStatRecorder(null, 2); recorder.addStat(43, null); recorder.addStat(49, null);