Fix a couple error messages
This commit is contained in:
+1
-2
@@ -67,10 +67,9 @@ public abstract class PhantomArrayListParent implements AutoCloseable
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
LOGGER.error("", e);
|
||||
LOGGER.error("Unable to close Phantom Array", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -409,7 +409,7 @@ public class PhantomArrayListPool
|
||||
{
|
||||
if (checkout == null)
|
||||
{
|
||||
throw new IllegalArgumentException("Null phantom checkout, memory leak in progress...");
|
||||
throw new IllegalArgumentException("Null phantom checkout, object is being closed multiple times.");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user