This repository was archived by the owner on Jun 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
main/java/com/amazonaws/sagemaker/type
test/java/com/amazonaws/sagemaker/controller Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ public final class AdditionalMediaType {
23
23
24
24
public static final String TEXT_CSV_VALUE = "text/csv" ;
25
25
public static final String APPLICATION_JSONLINES_VALUE = "application/jsonlines" ;
26
- public static final String APPLICATION_JSONLINES_VALUE_MULTIPLE ="application/jsonlines;data=multiline" ;
27
26
public static final String APPLICATION_JSONLINES_TEXT_VALUE = "application/jsonlines;data=text" ;
28
27
29
28
}
Original file line number Diff line number Diff line change 39
39
import org .junit .Before ;
40
40
import org .junit .Test ;
41
41
import org .junit .runner .RunWith ;
42
- import org .junit .runners .Parameterized ;
43
42
import org .mockito .Mockito ;
44
43
import org .powermock .api .mockito .PowerMockito ;
45
44
import org .powermock .core .classloader .annotations .PrepareForTest ;
49
48
50
49
@ RunWith (PowerMockRunner .class )
51
50
@ PrepareForTest ({ScalaUtils .class , SystemUtils .class })
52
- public class ServingControllerTest {
51
+ class ServingControllerTest {
53
52
54
53
private ServingController controller ;
55
54
private DataConversionHelper converter = new DataConversionHelper (new LeapFrameBuilderSupport (),
You can’t perform that action at this time.
0 commit comments