Skip to content

Commit ae3f386

Browse files
hajoeichlerpnyheim
authored andcommitted
correct import for ObjectId
1 parent 4f963ad commit ae3f386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/hudson/plugins/git/util/DefaultBuildChooser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import hudson.plugins.git.IGitAPI;
1010
import hudson.plugins.git.Revision;
1111
import org.kohsuke.stapler.DataBoundConstructor;
12-
import org.spearce.jgit.lib.ObjectId;
12+
import org.eclipse.jgit.lib.ObjectId;
1313

1414
import java.io.IOException;
1515
import java.text.MessageFormat;

0 commit comments

Comments
 (0)