Amend MAPREDUCE-3159. Fix JavaDoc warnings in previous commit.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1188479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Todd Lipcon 2011-10-25 01:14:17 +00:00
parent c70ee2488c
commit bccfd6a09f
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ import org.apache.hadoop.yarn.event.AbstractEvent;
import org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService; import org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService;
/** /**
* Events delivered to the {@link ResourceLocalizationService.LocalizerTracker} * Events delivered to the {@link ResourceLocalizationService}
*/ */
public class LocalizerEvent extends AbstractEvent<LocalizerEventType> { public class LocalizerEvent extends AbstractEvent<LocalizerEventType> {

View File

@ -24,7 +24,7 @@ import org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.Reso
import org.apache.hadoop.yarn.util.ConverterUtils; import org.apache.hadoop.yarn.util.ConverterUtils;
/** /**
* Event indicating that the {@link ResourceLocalizationService.LocalizerTracker} * Event indicating that the {@link ResourceLocalizationService}
* should fetch this resource. * should fetch this resource.
*/ */
public class LocalizerResourceRequestEvent extends LocalizerEvent { public class LocalizerResourceRequestEvent extends LocalizerEvent {