Skip to content

Commit 7e9cebd

Browse files
committed
[fix]fix incorrect imports
1 parent 1bc5310 commit 7e9cebd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

runtime/web/src/main/java/com/alipay/muagent/web/ToolController.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
import com.alipay.muagent.service.connector.ConnectorManager;
1313
import com.alipay.muagent.service.tool.loader.ToolLoader;
1414
import org.springframework.beans.factory.annotation.Autowired;
15-
import org.springframework.web.bind.annotation.*;
15+
import org.springframework.web.bind.annotation.RequestBody;
16+
import org.springframework.web.bind.annotation.RequestMapping;
17+
import org.springframework.web.bind.annotation.RequestMethod;
18+
import org.springframework.web.bind.annotation.RequestParam;
19+
import org.springframework.web.bind.annotation.ResponseBody;
20+
import org.springframework.web.bind.annotation.RestController;
1621

1722
/**
1823
* @author renmao.rm

0 commit comments

Comments
 (0)