mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cidr: run configuration settings
This commit is contained in:
+2
-1
@@ -173,11 +173,12 @@ public class ApplicationConfiguration extends ModuleBasedConfiguration<JavaRunCo
|
||||
PASS_PARENT_ENVS = passParentEnvs;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public Map<String, String> getEnvs() {
|
||||
return myEnvs;
|
||||
}
|
||||
|
||||
public void setEnvs(final Map<String, String> envs) {
|
||||
public void setEnvs(@NotNull final Map<String, String> envs) {
|
||||
this.myEnvs = envs;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user