Commit 333b673a authored by Vladislav Kiselev's avatar Vladislav Kiselev

Исправлена ошибка в аннотациях.

parent f2d71392
......@@ -220,7 +220,7 @@ public class Operation {
} else {
sb.append(" из хранилища " + o.getStorage().getId());
}
sb.append(" с интенсивностью " + o.getIntensity());
sb.append(" с интенсивностью " + intensity.get());
sb.append(" у причала " + o.getStartLocation().getId());
if (! resources.isEmpty()) {
sb.append(" используя оборудование " + resourcesToString(resources));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment