Format Java code with respect to ONAP Code Style
[externalapi/nbi.git] / src / main / java / org / onap / nbi / exceptions / ApiExceptionHandler.java
index e008f09..c68e6d3 100644 (file)
@@ -13,6 +13,7 @@
  *     See the License for the specific language governing permissions and
  *     limitations under the License.
  */
+
 package org.onap.nbi.exceptions;
 
 import org.springframework.http.HttpStatus;
@@ -25,7 +26,6 @@ import org.springframework.web.client.RestClientException;
 @ControllerAdvice
 public class ApiExceptionHandler {
 
-
     @ExceptionHandler(BackendFunctionalException.class)
     @ResponseBody
     public ResponseEntity<ApiError> backendExceptionHandler(final BackendFunctionalException exception) {