Skip to content

Commit

Permalink
Add JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslaw-panuszewski committed Jul 15, 2024
1 parent e6e8d39 commit 3786e39
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
package pl.allegro.tech.build.axion.release.util

/**
* <p>Helper class for manipulating environment variables.</p>
*
* Credits to Kotest's <a href="https://github.com/kotest/kotest/blob/master/kotest-extensions/src/jvmMain/kotlin/io/kotest/extensions/system/SystemEnvironmentExtensions.kt#L26">withEnvironment</a>
*/
class TestEnvironment {

private static Map<String, String> MUTABLE_ENV_MAP
Expand Down

0 comments on commit 3786e39

Please sign in to comment.