A print statement added in the catch
This commit is contained in:
commit
663adf48d2
@ -27,7 +27,11 @@ public class CustomArrayTypeMappingUnitTest {
|
|||||||
bootstrapData();
|
bootstrapData();
|
||||||
|
|
||||||
} catch (HibernateException | IOException e) {
|
} catch (HibernateException | IOException e) {
|
||||||
|
<<<<<<< HEAD
|
||||||
System.out.println("Can't connect to a PostgreSQL DB");
|
System.out.println("Can't connect to a PostgreSQL DB");
|
||||||
|
=======
|
||||||
|
|
||||||
|
>>>>>>> 55e039bd3c7469ff8afa3183fb8d842489eb3634
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user