提交 f1af3e4c 编写于 作者: O Oleg Nenashev 提交者: GitHub

Merge pull request #2884 from jtnord/underscore

Javadoc fix.
...@@ -270,7 +270,7 @@ public abstract class ACL { ...@@ -270,7 +270,7 @@ public abstract class ACL {
* <p> * <p>
* This makes impersonation much easier within code as it can now be used using the try with resources construct: * This makes impersonation much easier within code as it can now be used using the try with resources construct:
* <pre> * <pre>
* try (ACLContext _ = ACL.as(auth)) { * try (ACLContext ctx = ACL.as(auth)) {
* ... * ...
* } * }
* </pre> * </pre>
...@@ -292,7 +292,7 @@ public abstract class ACL { ...@@ -292,7 +292,7 @@ public abstract class ACL {
* <p> * <p>
* This makes impersonation much easier within code as it can now be used using the try with resources construct: * This makes impersonation much easier within code as it can now be used using the try with resources construct:
* <pre> * <pre>
* try (ACLContext _ = ACL.as(auth)) { * try (ACLContext ctx = ACL.as(auth)) {
* ... * ...
* } * }
* </pre> * </pre>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册