Skip to content

Commit a9eb943

Browse files
committed
fixed checkstyle issue
1 parent 7bbee0f commit a9eb943

File tree

1 file changed

+3
-3
lines changed
  • hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test

1 file changed

+3
-3
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/MockitoUtil.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public Object answer(InvocationOnMock invocation) throws Throwable {
6767
*
6868
* @param mocks the mock objects to verify
6969
*/
70-
public static void verifyZeroInteractions(Object... mocks) {
71-
Mockito.verifyNoInteractions(mocks);
72-
}
70+
public static void verifyZeroInteractions(Object... mocks) {
71+
Mockito.verifyNoInteractions(mocks);
72+
}
7373
}

0 commit comments

Comments
 (0)