Skip to content

Commit

Permalink
[#4] Corrected Cp_TEST_ENV behavior to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skapral committed Sep 30, 2018
1 parent 323c57e commit aafe0bf
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,11 @@
*
* @author Kapralov Sergey
*/
public class Cp_TEST_ENV extends CpOneOf {
public class Cp_TEST_ENV extends CpEnvironment {
/**
* Ctor.
*/
public Cp_TEST_ENV() {
super(
new CpEnvironment("TEST_ENV"),
new CpStatic("false")
);
super("TEST_ENV");
}
}

0 comments on commit aafe0bf

Please sign in to comment.