Format Java code with respect to ONAP Code Style
[externalapi/nbi.git] / src / main / java / org / onap / nbi / configuration / MongoConfig.java
index f4e78dc..6a6e08a 100755 (executable)
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.onap.nbi.configuration;
 
 import org.springframework.beans.BeansException;
@@ -36,4 +37,4 @@ public class MongoConfig implements BeanPostProcessor {
     public Object postProcessBeforeInitialization(Object o, String s) throws BeansException {
         return o;
     }
-}
\ No newline at end of file
+}