Skip to content

Commit

Permalink
Modify RPCReceiveRemote
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengJie1053 committed Nov 21, 2023
1 parent bf755dd commit b5b5f1a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@

package org.apache.linkis.rpc

import org.apache.linkis.rpc.constant.RpcConstant
import org.apache.linkis.server.Message

import org.springframework.cloud.openfeign.FeignClient
import org.springframework.web.bind.annotation.{RequestBody, RequestMapping, RequestMethod}

@FeignClient(name = RpcConstant.LINKIS_LOAD_BALANCER_TYPE_RPC)
private[rpc] trait RPCReceiveRemote {

@RequestMapping(
Expand Down

0 comments on commit b5b5f1a

Please sign in to comment.