提交 b7f5d1f0 编写于 作者: A arman simonyan 提交者: Juergen Hoeller

Fix grammar issues

上级 49388315
...@@ -450,9 +450,8 @@ it is natural and straightforward to identify specific beans by name. ...@@ -450,9 +450,8 @@ it is natural and straightforward to identify specific beans by name.
[[aop-pointcuts-combining]] [[aop-pointcuts-combining]]
==== Combining Pointcut Expressions ==== Combining Pointcut Expressions
You can combine pointcut expressions can be combined by using `&&,` `||` and `!`. You can also You can combine pointcut expressions by using `&&,` `||` and `!`. You can also refer to
refer to pointcut expressions by name. The following example shows three pointcut pointcut expressions by name. The following example shows three pointcut expressions:
expressions:
[source,java,indent=0] [source,java,indent=0]
[subs="verbatim"] [subs="verbatim"]
...@@ -1234,7 +1233,7 @@ following strategy to determine parameter names: ...@@ -1234,7 +1233,7 @@ following strategy to determine parameter names:
---- ----
+ +
If the first parameter is of the `JoinPoint`, `ProceedingJoinPoint`, or If the first parameter is of the `JoinPoint`, `ProceedingJoinPoint`, or
`JoinPoint.StaticPart` type, you ca leave out the name of the parameter from the value `JoinPoint.StaticPart` type, you can leave out the name of the parameter from the value
of the `argNames` attribute. For example, if you modify the preceding advice to receive of the `argNames` attribute. For example, if you modify the preceding advice to receive
the join point object, the `argNames` attribute need not include it: the join point object, the `argNames` attribute need not include it:
+ +
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册