HBASE-22978 : Online slow response log (#1228)

Addendum to fix errorprone ERROR
This commit is contained in:
stack 2020-03-03 09:15:18 -08:00
parent 72adfffd28
commit f411e395d3
1 changed files with 2 additions and 1 deletions

View File

@ -556,7 +556,8 @@ public class TestSlowLogRecorder {
.build();
break;
}
default:
throw new RuntimeException("Not supposed to get here?");
}
return message;