Skip to content

Commit

Permalink
chore: remove author comments
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Sep 10, 2023
1 parent 169f945 commit 3125222
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@

/**
* PD客户端实现类
*
* @author yanjinbing
*/
@Slf4j
public class PDClient {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ public String toJSON(Exception exception) {
return builder;
}

/**
* @param object
* @return
* @author tianxiaohui
*/
public String toJSON(Object object) {
ObjectMapper mapper = new ObjectMapper();
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
import org.apache.hugegraph.backend.store.hstore.HstoreSessions;
import org.apache.hugegraph.pd.grpc.Pdpb;

/**
* @author zhangyingjie
* @date 2022/1/17
**/
public abstract class IdClient {

protected HstoreSessions.Session session;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
import org.apache.hugegraph.pd.client.PDClient;
import org.apache.hugegraph.pd.grpc.Pdpb;

/**
* @author zhangyingjie
* @date 2022/1/17
**/
public class PDIdClient extends IdClient {

PDClient pdClient;
Expand Down

0 comments on commit 3125222

Please sign in to comment.