A print statement added in the catch

This commit is contained in:
Anshul BANSAL 2021-05-02 14:21:35 +03:00
parent 663adf48d2
commit c764d5a8cb
1 changed files with 0 additions and 4 deletions

View File

@ -27,11 +27,7 @@ public class CustomArrayTypeMappingUnitTest {
bootstrapData();
} catch (HibernateException | IOException e) {
<<<<<<< HEAD
System.out.println("Can't connect to a PostgreSQL DB");
=======
>>>>>>> 55e039bd3c7469ff8afa3183fb8d842489eb3634
}
}