Skip to content

Commit

Permalink
remove useless import and var (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
wupengfei2 authored and javeme committed Jun 24, 2019
1 parent 46f9325 commit af671fc
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

package com.baidu.hugegraph.tinkerpop;


import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
Expand All @@ -32,7 +31,6 @@
import java.util.Set;

import org.apache.commons.configuration.Configuration;
import org.apache.commons.configuration.ConfigurationException;
import org.apache.commons.configuration.PropertiesConfiguration;
import org.apache.tinkerpop.gremlin.AbstractGraphProvider;
import org.apache.tinkerpop.gremlin.FeatureRequirement;
Expand All @@ -48,7 +46,6 @@
import org.junit.Assume;
import org.slf4j.Logger;

import com.baidu.hugegraph.HugeException;
import com.baidu.hugegraph.HugeGraph;
import com.baidu.hugegraph.config.CoreOptions;
import com.baidu.hugegraph.perf.PerfUtil.Watched;
Expand Down Expand Up @@ -76,7 +73,6 @@ public class TestGraphProvider extends AbstractGraphProvider {
HugeVertex.class,
HugeVertexProperty.class);

private static final String CONF_PATH = "hugegraph.properties";
private static final String FILTER = "test.tinkerpop.filter";
private static final String DEFAULT_FILTER = "methods.filter";

Expand Down

0 comments on commit af671fc

Please sign in to comment.