mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 05:23:14 +00:00
fix typo
This commit is contained in:
@@ -585,7 +585,7 @@ public class RDFizer {
|
||||
{
|
||||
log.error(ex);
|
||||
System.err.println("A problem with the database connection "
|
||||
+ "occured. Canceled pending actions.");
|
||||
+ "occurred. Canceled pending actions.");
|
||||
System.err.println(ex.getMessage());
|
||||
ex.printStackTrace(System.err);
|
||||
System.exit(1);
|
||||
@@ -626,7 +626,7 @@ public class RDFizer {
|
||||
{
|
||||
log.error(ex);
|
||||
System.err.println("A problem with the database connection "
|
||||
+ "occured. Canceled pending actions.");
|
||||
+ "occurred. Canceled pending actions.");
|
||||
System.err.println(ex.getMessage());
|
||||
ex.printStackTrace(System.err);
|
||||
System.exit(1);
|
||||
@@ -645,7 +645,7 @@ public class RDFizer {
|
||||
{
|
||||
log.error(ex);
|
||||
System.err.println("A problem with the database connection "
|
||||
+ "occured. Canceled pending actions.");
|
||||
+ "occurred. Canceled pending actions.");
|
||||
System.err.println(ex.getMessage());
|
||||
ex.printStackTrace(System.err);
|
||||
System.exit(1);
|
||||
@@ -668,7 +668,7 @@ public class RDFizer {
|
||||
{
|
||||
log.error(ex);
|
||||
System.err.println("A problem with the database connection "
|
||||
+ "occured. Canceled pending actions.");
|
||||
+ "occurred. Canceled pending actions.");
|
||||
System.err.println(ex.getMessage());
|
||||
ex.printStackTrace(System.err);
|
||||
System.exit(1);
|
||||
@@ -796,7 +796,7 @@ public class RDFizer {
|
||||
try {
|
||||
myself = new RDFizer();
|
||||
} catch (SQLException ex) {
|
||||
System.err.println("A problem with the database occured: "
|
||||
System.err.println("A problem with the database occurred: "
|
||||
+ ex.getMessage());
|
||||
ex.printStackTrace(System.err);
|
||||
log.error(ex);
|
||||
|
Reference in New Issue
Block a user