summaryrefslogtreecommitdiffstats
path: root/desktop/src/ch/asynk/rustanddust
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-02-01 20:09:31 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-02-01 20:09:31 +0100
commit9c18ced1eb38279f35cb431a27bf0f527ee39d3f (patch)
tree62344098f24db4ae9bccc53786aec36752d66fd5 /desktop/src/ch/asynk/rustanddust
parent609c135c27b971f407cb645880fab7198c491d24 (diff)
downloadRustAndDust-9c18ced1eb38279f35cb431a27bf0f527ee39d3f.zip
RustAndDust-9c18ced1eb38279f35cb431a27bf0f527ee39d3f.tar.gz
Backend -> util.Backend
Diffstat (limited to 'desktop/src/ch/asynk/rustanddust')
-rw-r--r--desktop/src/ch/asynk/rustanddust/desktop/DesktopBackend.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/src/ch/asynk/rustanddust/desktop/DesktopBackend.java b/desktop/src/ch/asynk/rustanddust/desktop/DesktopBackend.java
index 610ac6d..48dd97b 100644
--- a/desktop/src/ch/asynk/rustanddust/desktop/DesktopBackend.java
+++ b/desktop/src/ch/asynk/rustanddust/desktop/DesktopBackend.java
@@ -1,7 +1,7 @@
package ch.asynk.rustanddust.desktop;
import ch.asynk.rustanddust.RustAndDust;
-import ch.asynk.rustanddust.Backend;
+import ch.asynk.rustanddust.util.Backend;
public class DesktopBackend implements Backend
{