HADOOP-13232. Typo in exception in ValueQueue.java. Contributed by Jiayi Zhou.
This commit is contained in:
parent
69555fca06
commit
99675e00df
|
@ -307,7 +307,7 @@ public class ValueQueue <E> {
|
||||||
ekvs.add(val);
|
ekvs.add(val);
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new IOException("Exeption while contacting value generator ", e);
|
throw new IOException("Exception while contacting value generator ", e);
|
||||||
}
|
}
|
||||||
return ekvs;
|
return ekvs;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue