Skip to content

Commit da649eb

Browse files
committed
Add private constructor to StatsViewer
1 parent cfb284e commit da649eb

File tree

1 file changed

+5
-1
lines changed
  • fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/query/plan/cascades/debug

1 file changed

+5
-1
lines changed

fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/query/plan/cascades/debug/StatsViewer.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@
4444
* </p>
4545
*/
4646
@SuppressWarnings("unused")
47-
public class StatsViewer {
47+
public final class StatsViewer {
48+
private StatsViewer() {
49+
50+
}
51+
4852
public static String showStats(@Nonnull final StatsDebugger statsDebugger) {
4953
final var statsMaps = statsDebugger.getStatsMaps();
5054

0 commit comments

Comments
 (0)