Fixed a bug in Am2900; created dlatch8/80; relayouted some components
[Mograsim.git] / net.mograsim.logic.model / src / net / mograsim / logic / model / serializing / ResourceLoader.java
index ff7fd07..f15b475 100644 (file)
@@ -3,10 +3,10 @@ package net.mograsim.logic.model.serializing;
 import java.io.IOException;
 import java.io.InputStream;
 
-import net.mograsim.logic.model.model.components.GUIComponent;
+import net.mograsim.logic.model.model.components.ModelComponent;
 
 /**
- * For loading JSON {@link GUIComponent}s from other OSGI-Modules or jar-Files.
+ * For loading JSON {@link ModelComponent}s from other OSGI-Modules or jar-Files.
  */
 public interface ResourceLoader
 {