X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=core%2Fsrc%2Fnet%2Fsf%2Fopenrocket%2Fplugin%2Fexample%2FExampleService.java;h=8a6317b38b1342fc48e443c27eb1d29ef159f783;hb=ee2fda33d737bbf4396bf9b9f5275d08ab46aaa6;hp=9960bcdab0188e0baf08f5130542ddf3f49f5206;hpb=091345cb872e40e9e263c9b7accf2fee67c19aa5;p=debian%2Fopenrocket diff --git a/core/src/net/sf/openrocket/plugin/example/ExampleService.java b/core/src/net/sf/openrocket/plugin/example/ExampleService.java index 9960bcda..8a6317b3 100644 --- a/core/src/net/sf/openrocket/plugin/example/ExampleService.java +++ b/core/src/net/sf/openrocket/plugin/example/ExampleService.java @@ -3,7 +3,7 @@ package net.sf.openrocket.plugin.example; import java.util.ArrayList; import java.util.List; -import net.sf.openrocket.plugin.AbstractService; +import net.sf.openrocket.plugin.framework.AbstractService; import net.xeoh.plugins.base.annotations.PluginImplementation; @PluginImplementation