diff options
Diffstat (limited to 'juick-xmpp-bot/src')
-rw-r--r-- | juick-xmpp-bot/src/main/java/com/juick/components/controllers/StatusController.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-xmpp-bot/src/main/java/com/juick/components/controllers/StatusController.java b/juick-xmpp-bot/src/main/java/com/juick/components/controllers/StatusController.java index cbd49009..53963d38 100644 --- a/juick-xmpp-bot/src/main/java/com/juick/components/controllers/StatusController.java +++ b/juick-xmpp-bot/src/main/java/com/juick/components/controllers/StatusController.java @@ -1,7 +1,7 @@ package com.juick.components.controllers; import com.juick.components.XMPPBot; -import com.juick.server.helpers.Status; +import com.juick.Status; import org.springframework.http.MediaType; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; |