Fix bad {@link} in MergeabilityChecksExecutor
Change-Id: I102ee5d971e3d24103d655e1773392dc63af152a
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user