コード例 #1
0
ファイル: RefDirectory.java プロジェクト: spearce/jgit
 void log(final RefUpdate update, final String msg, final boolean deref) throws IOException {
   logWriter.log(update, msg, deref);
 }