Fixed array index out of bounds error
Since array should contain (see: deleteCascading(final Session session)): 0 => content (aka question) 1 => answer 2 => comment same index should be used for logging. Accessing index 1,2 and 3 will cause an index out of bound error.
Please register or sign in to comment