Format Java code with respect to ONAP Code Style
[externalapi/nbi.git] / src / main / java / org / onap / nbi / apis / serviceorder / model / consumer / RequestState.java
index 90059db..804fd29 100644 (file)
@@ -13,6 +13,7 @@
  *     See the License for the specific language governing permissions and
  *     limitations under the License.
  */
+
 package org.onap.nbi.apis.serviceorder.model.consumer;
 
 import com.fasterxml.jackson.annotation.JsonCreator;
@@ -50,6 +51,4 @@ public enum RequestState {
         return this.value;
     }
 
-
-
 }