Fix bad {@link} in MergeabilityChecksExecutor

Change-Id: I102ee5d971e3d24103d655e1773392dc63af152a
This commit is contained in:
Shawn Pearce
2013-11-24 13:15:14 -08:00
parent dd218662c0
commit 8d2ceb78ad

View File

@@ -16,13 +16,13 @@ package com.google.gerrit.server.change;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import com.google.gerrit.server.git.WorkQueue;
import com.google.gerrit.server.git.WorkQueue.Executor;
import com.google.inject.BindingAnnotation;
import java.lang.annotation.Retention;
/**
* Marker on the global {@link WorkQueue.Executor} used by
* Marker on the global {@link Executor} used by
* {@link MergeabilityChecker}.
*/
@Retention(RUNTIME)