YARN-10120. Amendment fix for Java Doc.

Contributed by Bilwa S T.
This commit is contained in:
Prabhu Joseph 2020-04-03 11:04:17 +05:30 committed by Prabhu Joseph
parent f8e598f278
commit 7a39da3537
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,7 @@ public class WebServiceClient {
* Construct a new WebServiceClient based on the configuration. It will try to
* load SSL certificates when it is specified.
*
* @param config
* @param conf
* @throws Exception
*/
public static void initialize(Configuration conf) throws Exception {

View File

@ -27,7 +27,6 @@ import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.ws.rs.core.Response;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.security.authorize.AuthorizationException;
import org.apache.hadoop.yarn.exceptions.YarnException;
import org.apache.hadoop.yarn.exceptions.YarnRuntimeException;