Removed unnecessary double spaces from log messages.
This commit is contained in:
@@ -15812,7 +15812,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user