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:
parent
00e80b9dfa
commit
08688dc543
|
@ -38,9 +38,6 @@ import org.apache.hadoop.classification.InterfaceStability.Unstable;
|
||||||
public abstract class ApplicationAttemptId implements
|
public abstract class ApplicationAttemptId implements
|
||||||
Comparable<ApplicationAttemptId> {
|
Comparable<ApplicationAttemptId> {
|
||||||
|
|
||||||
int id;
|
|
||||||
ApplicationId appId;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the <code>ApplicationId</code> of the <code>ApplicationAttempId</code>.
|
* Get the <code>ApplicationId</code> of the <code>ApplicationAttempId</code>.
|
||||||
* @return <code>ApplicationId</code> of the <code>ApplicationAttempId</code>
|
* @return <code>ApplicationId</code> of the <code>ApplicationAttempId</code>
|
||||||
|
|
Loading…
Reference in New Issue