HBASE-23618 Addendum add main method

This commit is contained in:
Duo Zhang 2019-12-29 22:12:31 +08:00
parent bf775628dd
commit c6a9a4d410
1 changed files with 4 additions and 0 deletions

View File

@ -130,4 +130,8 @@ public class WALProcedurePrettyPrinter extends AbstractHBaseTool {
}
}
}
public static void main(String[] args) {
new WALProcedurePrettyPrinter().doStaticMain(args);
}
}