Skip to content

Commit

Permalink
Fix typo to let the warning render correctly (#710)
Browse files Browse the repository at this point in the history
PR: #710
  • Loading branch information
TWiStErRob committed Feb 2, 2023
1 parent 4e3c7ed commit 10b91cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/environment-variables.adoc
Expand Up @@ -8,7 +8,7 @@ Both annotations work on the test method and class level, are repeatable, combin
After the annotated method has been executed, the variables mentioned in the annotation will be restored to their original value or the value of the higher-level container, or will be cleared if they didn't have one before.
Other environment variables that are changed during the test, are *not* restored.

[WARNING]J
[WARNING]
====
Java considers environment variables to be immutable, so this extension uses reflection to change them.
This requires that the `SecurityManager` allows modifications and can potentially break on different operating systems and Java versions.
Expand Down

0 comments on commit 10b91cb

Please sign in to comment.