Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Mar 7, 2021
1 parent cc676c4 commit c040705
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cdi2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Note: Only step definition classes are added as unmanaged beans if not explicitl
defined. Other support code is not. Consider adding a `beans.xml` to
automatically declare test all classes as beans.

Note: To share state step definitions and other support code must be application
scoped.
Note: To share state step definitions and other support code must at least be
application scoped.

```java
package com.example.app;
Expand Down
4 changes: 2 additions & 2 deletions jakarta-cdi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ Note: Only step definition classes are added as unmanaged beans if not explicitl
defined. Other support code is not. Consider adding a `beans.xml` to
automatically declare test all classes as beans.

Note: To share state step definitions and other support code must be application
scoped.
Note: To share state step definitions and other support code must at least be
application scoped.

```java
package com.example.app;
Expand Down

0 comments on commit c040705

Please sign in to comment.