File tree 6 files changed +0
-8
lines changed
main/java/com/google/cloud/translate/automl
test/java/com/google/cloud/translate/automl
6 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 26
26
import com .google .cloud .automl .v1beta1 .LocationName ;
27
27
import com .google .cloud .automl .v1beta1 .TranslationDatasetMetadata ;
28
28
import com .google .protobuf .Empty ;
29
-
30
29
import java .io .IOException ;
31
30
import java .io .PrintStream ;
32
31
import java .util .concurrent .ExecutionException ;
33
-
34
32
import net .sourceforge .argparse4j .ArgumentParsers ;
35
33
import net .sourceforge .argparse4j .inf .ArgumentParser ;
36
34
import net .sourceforge .argparse4j .inf .ArgumentParserException ;
Original file line number Diff line number Diff line change 30
30
import com .google .cloud .automl .v1beta1 .TranslationModelMetadata ;
31
31
import com .google .longrunning .Operation ;
32
32
import com .google .protobuf .Empty ;
33
-
34
33
import java .io .IOException ;
35
34
import java .io .PrintStream ;
36
35
import java .util .concurrent .ExecutionException ;
37
-
38
36
import net .sourceforge .argparse4j .ArgumentParsers ;
39
37
import net .sourceforge .argparse4j .inf .ArgumentParser ;
40
38
import net .sourceforge .argparse4j .inf .ArgumentParserException ;
Original file line number Diff line number Diff line change 36
36
import java .nio .file .Paths ;
37
37
import java .util .HashMap ;
38
38
import java .util .Map ;
39
-
40
39
import net .sourceforge .argparse4j .ArgumentParsers ;
41
40
import net .sourceforge .argparse4j .inf .ArgumentParser ;
42
41
import net .sourceforge .argparse4j .inf .ArgumentParserException ;
Original file line number Diff line number Diff line change 23
23
import java .io .PrintStream ;
24
24
import java .util .UUID ;
25
25
import java .util .concurrent .ExecutionException ;
26
-
27
26
import org .junit .After ;
28
27
import org .junit .Before ;
29
28
import org .junit .Test ;
Original file line number Diff line number Diff line change 20
20
21
21
import java .io .ByteArrayOutputStream ;
22
22
import java .io .PrintStream ;
23
-
24
23
import org .junit .After ;
25
24
import org .junit .Before ;
26
25
import org .junit .Test ;
Original file line number Diff line number Diff line change 20
20
21
21
import java .io .ByteArrayOutputStream ;
22
22
import java .io .PrintStream ;
23
-
24
23
import org .junit .After ;
25
24
import org .junit .Before ;
26
25
import org .junit .Test ;
You can’t perform that action at this time.
0 commit comments