File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed 
JShellAPI/src/main/java/org/togetherjava/jshellapi/rest Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 33import  io .swagger .v3 .oas .annotations .Operation ;
44import  io .swagger .v3 .oas .annotations .Parameter ;
55import  io .swagger .v3 .oas .annotations .media .Content ;
6- import  io .swagger .v3 .oas .annotations .media .ExampleObject ;
76import  io .swagger .v3 .oas .annotations .media .Schema ;
87import  io .swagger .v3 .oas .annotations .responses .ApiResponse ;
98
@@ -53,8 +52,7 @@ public JShellResult eval(
5352            @ Parameter (description  = "id of the startup script to use" )
5453                    @ RequestParam (required  = false )
5554                    StartupScriptId  startupScriptId ,
56-                     @ RequestBody 
57-                     String  code )
55+             @ RequestBody  String  code )
5856            throws  DockerException  {
5957        return  service .session (id , startupScriptId )
6058            .eval (code )
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments