Remove deprecated methods in Configuration.java
-----------------------------------------------
Key: HADOOP-2828
URL: https://issues.apache.org/jira/browse/HADOOP-2828
Project: Hadoop Core
Issue Type: Bug
Components: conf
Reporter: Amareshwari Sri Ramadasu
Fix For: 0.17.0
The following methods in Configuration.java needs to be removed as they are
deprecated.
getObject(String name)
setObject(String name, Object value)
get(String name, Object defaultValue)
set(String name, Object value)
Iterator entries()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.