DefaultAdvertiseRefsHook: Fix Eclipse javadoc warning
This fixes: "Javadoc: Invalid member type qualification" warning. Change-Id: I6210a0e32af2e97da1d44742c914c4ddfbd9914b
This commit is contained in:
@@ -24,8 +24,8 @@ import org.eclipse.jgit.transport.AbstractAdvertiseRefsHook;
|
|||||||
import org.eclipse.jgit.transport.ServiceMayNotContinueException;
|
import org.eclipse.jgit.transport.ServiceMayNotContinueException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wrapper around {@link PermissionBackend.ForProject} that implements {@link
|
* Wrapper around {@link com.google.gerrit.server.permissions.PermissionBackend.ForProject} that
|
||||||
* org.eclipse.jgit.transport.AdvertiseRefsHook}.
|
* implements {@link org.eclipse.jgit.transport.AdvertiseRefsHook}.
|
||||||
*/
|
*/
|
||||||
public class DefaultAdvertiseRefsHook extends AbstractAdvertiseRefsHook {
|
public class DefaultAdvertiseRefsHook extends AbstractAdvertiseRefsHook {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user