/** * Add generation stamp record to edit log */ void logGenerationStampV2(long genstamp) { SetGenstampV2Op op = SetGenstampV2Op.getInstance(cache.get()) .setGenerationStamp(genstamp); logEdit(op); }