コード例 #1
0
ファイル: StringUtil.java プロジェクト: stephentu/oltpbench
 public static String header(String msg) {
   return StringUtil.header(msg, "-", 100);
 }