{Change,Revision}Event: Fix typo in Javadoc
Change-Id: I0413cdc6dca63e4aae615809296d3186e306983a
This commit is contained in:
@@ -16,7 +16,7 @@ package com.google.gerrit.extensions.events;
|
|||||||
|
|
||||||
import com.google.gerrit.extensions.common.ChangeInfo;
|
import com.google.gerrit.extensions.common.ChangeInfo;
|
||||||
|
|
||||||
/** Interface to be extendend by Events with a Change. */
|
/** Interface to be extended by Events with a Change. */
|
||||||
public interface ChangeEvent {
|
public interface ChangeEvent {
|
||||||
ChangeInfo getChange();
|
ChangeInfo getChange();
|
||||||
}
|
}
|
||||||
|
@@ -16,7 +16,7 @@ package com.google.gerrit.extensions.events;
|
|||||||
|
|
||||||
import com.google.gerrit.extensions.common.RevisionInfo;
|
import com.google.gerrit.extensions.common.RevisionInfo;
|
||||||
|
|
||||||
/** Interface to be extendend by Events with a Revision. */
|
/** Interface to be extended by Events with a Revision. */
|
||||||
public interface RevisionEvent extends ChangeEvent {
|
public interface RevisionEvent extends ChangeEvent {
|
||||||
RevisionInfo getRevision();
|
RevisionInfo getRevision();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user