org.onap migration
[vid.git] / vid-app-common / src / main / java / org / onap / vid / factories / MsoRequestFactory.java
1 package org.onap.vid.factories;
2
3 import org.onap.vid.mso.rest.RequestDetails;
4
5 /**
6  * Created by pickjonathan on 19/06/2017.
7  */
8 public class MsoRequestFactory {
9
10     public RequestDetails createMsoRequest(String path)
11     {
12         return null;
13     }
14
15 }