Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsff committed Nov 5, 2024
1 parent 4b285a7 commit 3a50b27
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

package com.antgroup.openspg.reasoner.udf.impl;

import static com.antgroup.openspg.reasoner.common.Utils.javaType2KgType;

import com.antgroup.openspg.reasoner.common.exception.UdfExistsException;
import com.antgroup.openspg.reasoner.common.types.KgType;
import com.antgroup.openspg.reasoner.udf.UdfMng;
Expand All @@ -29,10 +31,6 @@
import com.antgroup.openspg.reasoner.udf.utils.UdfUtils;
import com.google.common.collect.Lists;
import io.github.lukehutch.fastclasspathscanner.FastClasspathScanner;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.collections4.CollectionUtils;
import scala.Tuple2;

import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Parameter;
Expand All @@ -43,8 +41,9 @@
import java.util.List;
import java.util.Map;
import java.util.Set;

import static com.antgroup.openspg.reasoner.common.Utils.javaType2KgType;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.collections4.CollectionUtils;
import scala.Tuple2;

@Slf4j(topic = "userlogger")
public class UdfMngImpl implements UdfMng {
Expand Down

0 comments on commit 3a50b27

Please sign in to comment.