Skip to content
Snippets Groups Projects
Commit e776fc9f authored by ThanKarab's avatar ThanKarab
Browse files

Small fix.

parent 2a2a5f83
No related branches found
No related tags found
1 merge request!8Dev merge middleware
...@@ -700,7 +700,7 @@ public class ExperimentApi { ...@@ -700,7 +700,7 @@ public class ExperimentApi {
return new ResponseEntity<>(gsonOnlyExposed.toJson(experiment.jsonify()), HttpStatus.OK); return new ResponseEntity<>(gsonOnlyExposed.toJson(experiment.jsonify()), HttpStatus.OK);
} }
private Experiment createExperiment(ExperimentExecutionDTO experimentExecutionDTO) throws NullPointerException{ private Experiment createExperiment(ExperimentExecutionDTO experimentExecutionDTO){
User user = userInfo.getUser(); User user = userInfo.getUser();
Experiment experiment = new Experiment(); Experiment experiment = new Experiment();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment