[ 
https://issues.apache.org/jira/browse/HADOOP-13417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405322#comment-15405322
 ] 

Akira Ajisaka commented on HADOOP-13417:
----------------------------------------

Thanks [~lewuathe] for cleaning up the code. One comment: The lambda statement 
can be cleaned up as follows:
{code}
    // Register auth schema
    builder.setDefaultAuthSchemeRegistry(s -> 
        httpContext -> new SPNegoScheme(true, true)
    );
{code}

> Fix javadoc warnings by JDK8 in hadoop-auth package
> ---------------------------------------------------
>
>                 Key: HADOOP-13417
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13417
>             Project: Hadoop Common
>          Issue Type: Sub-task
>    Affects Versions: 3.0.0-alpha2
>            Reporter: Kai Sasaki
>            Assignee: Kai Sasaki
>             Fix For: 3.0.0-alpha2
>
>         Attachments: HADOOP-13417.01.patch
>
>
> Fix compile warnings generated after migrating JDK8.
> This is a sub-task of HADOOP-13369.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to