Commit dd28388a authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

move dbobjects utils to helpers

parent 4322e652
package objects; package helpers;
import helpers.PublicProperty; import helpers.PublicProperty;
import objects.tasks.Task; import objects.tasks.Task;
......
...@@ -4,7 +4,7 @@ import core.ApplicationConfiguration; ...@@ -4,7 +4,7 @@ import core.ApplicationConfiguration;
import core.TaskType; import core.TaskType;
import helpers.TextTaskConfig; import helpers.TextTaskConfig;
import helpers.WebTaskConfig; import helpers.WebTaskConfig;
import objects.DBObjectUtils; import helpers.DBObjectUtils;
import objects.Flag; import objects.Flag;
import objects.Solution; import objects.Solution;
import objects.Team; import objects.Team;
......
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