Skip to content
Snippets Groups Projects
Commit 7dc12bf1 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#157 - cleanup

parent c165ac17
No related branches found
No related tags found
No related merge requests found
package de.tobias.playpad.pad; package de.tobias.playpad.pad;
import de.tobias.playpad.design.modern.model.ModernCartDesign;
import de.tobias.playpad.project.Project; import de.tobias.playpad.project.Project;
import de.tobias.playpad.project.ref.ProjectReference; import de.tobias.playpad.project.ref.ProjectReference;
import de.tobias.playpad.settings.FadeSettings; import de.tobias.playpad.settings.FadeSettings;
import de.tobias.playpad.tigger.Trigger;
import de.tobias.playpad.tigger.TriggerPoint;
import javafx.util.Duration; import javafx.util.Duration;
import org.dom4j.Document; import org.dom4j.Document;
import org.dom4j.DocumentHelper; import org.dom4j.DocumentHelper;
import org.dom4j.Element; import org.dom4j.Element;
import org.junit.Test; import org.junit.Test;
import java.util.EnumMap;
import java.util.HashMap;
import java.util.Map;
import java.util.UUID; import java.util.UUID;
import static de.tobias.playpad.pad.PadSerializer.SETTINGS_ELEMENT; import static de.tobias.playpad.pad.PadSerializer.SETTINGS_ELEMENT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment