no message

This commit is contained in:
2024-10-22 13:00:11 +03:00
parent 348b7602ff
commit b696af952f
14 changed files with 47 additions and 71 deletions

View File

@@ -5,5 +5,4 @@ public class DVMParameter extends EnvironmentValue {
public String toString() {
return name + "=" + value + ";";
}
}