package com.beijunyi.parallelgit.filesystem; public interface ParallelGitMergeTest { String OURS = "ours"; String THEIRS = "theirs"; }