MAPREDUCE-2965. svn merge -c r1172214 --ignore-ancestry ../../trunk/

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1172218 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vinod Kumar Vavilapalli 2011-09-18 08:17:08 +00:00
parent 00e80b9dfa
commit 08688dc543
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@
public abstract class ApplicationAttemptId implements
Comparable<ApplicationAttemptId> {
int id;
ApplicationId appId;
/**
* Get the <code>ApplicationId</code> of the <code>ApplicationAttempId</code>.
* @return <code>ApplicationId</code> of the <code>ApplicationAttempId</code>