Skip to content

Commit

Permalink
Use double dot in META-INF/aop.xml documentation
Browse files Browse the repository at this point in the history
Closes gh-32264
  • Loading branch information
sdeleuze committed Feb 14, 2024
1 parent b4bec4c commit 6e9607c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions framework-docs/modules/ROOT/pages/core/aop/using-aspectj.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ standard AspectJ. The following example shows the `aop.xml` file:
<aspectj>
<weaver>
<!-- only weave classes in our application-specific packages -->
<include within="com.xyz.*"/>
<!-- only weave classes in our application-specific packages and sub-packages -->
<include within="com.xyz..*"/>
</weaver>
<aspects>
Expand Down Expand Up @@ -731,8 +731,8 @@ For example:
<aspectj>
<weaver>
<!-- only weave classes in our application-specific packages -->
<include within="com.xyz.*"/>
<!-- only weave classes in our application-specific packages and sub-packages -->
<include within="com.xyz..*"/>
</weaver>
</aspectj>
Expand Down

0 comments on commit 6e9607c

Please sign in to comment.