2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-05-02 11:28:12 -07:00

Allow the build commands map to be modified.

This commit is contained in:
Geert Bevin 2023-03-14 23:39:28 -04:00
parent 2c6fb6fa76
commit 7bb44aa3e4

View file

@ -97,7 +97,7 @@ public class BuildExecutor {
klass = klass.getSuperclass(); klass = klass.getSuperclass();
} }
buildCommands_ = Collections.unmodifiableMap(build_commands); buildCommands_ = build_commands;
} }
return buildCommands_; return buildCommands_;