HBASE-23618 Addendum add main method
This commit is contained in:
parent
bf775628dd
commit
c6a9a4d410
|
@ -130,4 +130,8 @@ public class WALProcedurePrettyPrinter extends AbstractHBaseTool {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
new WALProcedurePrettyPrinter().doStaticMain(args);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue