mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
typo fixes and comment changes in dspace.cfg
This commit is contained in:
@@ -130,7 +130,7 @@ public class ClassicDSpaceLogConverter {
|
||||
|
||||
while ((line = input.readLine()) != null)
|
||||
{
|
||||
// Read inthe line and covnert it to a LogLine
|
||||
// Read in the line and convert it to a LogLine
|
||||
lines++;
|
||||
if (verbose)
|
||||
{
|
||||
|
@@ -101,7 +101,7 @@ public class CommunityCollectionIntegrationTest extends AbstractIntegrationTest
|
||||
@Required(percentile95 = 2000, average= 1800)
|
||||
public void testCountItems() throws SQLException, AuthorizeException
|
||||
{
|
||||
//make it an even number, not to high to reduce time during testing
|
||||
//make it an even number, not too high to reduce time during testing
|
||||
int totalitems = 4;
|
||||
|
||||
//we create the structure
|
||||
|
Reference in New Issue
Block a user