Skip to content

Commit aafe0bf

Browse files
committed
[#4] Corrected Cp_TEST_ENV behavior to README.md
1 parent 323c57e commit aafe0bf

File tree

1 file changed

+2
-5
lines changed
  • poetryclub-service/src/main/java/com/github/skapral/poetryclub/service/config

1 file changed

+2
-5
lines changed

poetryclub-service/src/main/java/com/github/skapral/poetryclub/service/config/Cp_TEST_ENV.java

+2-5
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,11 @@
3535
*
3636
* @author Kapralov Sergey
3737
*/
38-
public class Cp_TEST_ENV extends CpOneOf {
38+
public class Cp_TEST_ENV extends CpEnvironment {
3939
/**
4040
* Ctor.
4141
*/
4242
public Cp_TEST_ENV() {
43-
super(
44-
new CpEnvironment("TEST_ENV"),
45-
new CpStatic("false")
46-
);
43+
super("TEST_ENV");
4744
}
4845
}

0 commit comments

Comments
 (0)