We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323c57e commit aafe0bfCopy full SHA for aafe0bf
poetryclub-service/src/main/java/com/github/skapral/poetryclub/service/config/Cp_TEST_ENV.java
@@ -35,14 +35,11 @@
35
*
36
* @author Kapralov Sergey
37
*/
38
-public class Cp_TEST_ENV extends CpOneOf {
+public class Cp_TEST_ENV extends CpEnvironment {
39
/**
40
* Ctor.
41
42
public Cp_TEST_ENV() {
43
- super(
44
- new CpEnvironment("TEST_ENV"),
45
- new CpStatic("false")
46
- );
+ super("TEST_ENV");
47
}
48
0 commit comments