mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-707] Remove empty statements
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5575 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -77,7 +77,6 @@ public class ChecksumChecker
|
|||||||
*/
|
*/
|
||||||
private ChecksumChecker()
|
private ChecksumChecker()
|
||||||
{
|
{
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -200,7 +200,7 @@ public class SFXFileReader {
|
|||||||
}
|
}
|
||||||
else if (vName.equals("dc-schema"))
|
else if (vName.equals("dc-schema"))
|
||||||
{
|
{
|
||||||
schema = getValue(vn);;
|
schema = getValue(vn);
|
||||||
finish ++;
|
finish ++;
|
||||||
}
|
}
|
||||||
else if (vName.equals("dc-element"))
|
else if (vName.equals("dc-element"))
|
||||||
|
@@ -55,7 +55,6 @@ public class BitstreamDAO
|
|||||||
*/
|
*/
|
||||||
public BitstreamDAO()
|
public BitstreamDAO()
|
||||||
{
|
{
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -82,7 +82,6 @@ public final class BitstreamInfo
|
|||||||
*/
|
*/
|
||||||
private BitstreamInfo()
|
private BitstreamInfo()
|
||||||
{
|
{
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -66,7 +66,6 @@ public class ChecksumHistory
|
|||||||
|
|
||||||
public ChecksumHistory()
|
public ChecksumHistory()
|
||||||
{
|
{
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -70,7 +70,6 @@ public final class ChecksumResultDAO extends DAOSupport
|
|||||||
*/
|
*/
|
||||||
public ChecksumResultDAO()
|
public ChecksumResultDAO()
|
||||||
{
|
{
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -80,7 +80,6 @@ public final class DSpaceBitstreamInfo
|
|||||||
*/
|
*/
|
||||||
private DSpaceBitstreamInfo()
|
private DSpaceBitstreamInfo()
|
||||||
{
|
{
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -75,7 +75,6 @@ public class HandleDispatcher implements BitstreamDispatcher
|
|||||||
*/
|
*/
|
||||||
private HandleDispatcher()
|
private HandleDispatcher()
|
||||||
{
|
{
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -56,7 +56,6 @@ public class ListDispatcher implements BitstreamDispatcher
|
|||||||
*/
|
*/
|
||||||
private ListDispatcher()
|
private ListDispatcher()
|
||||||
{
|
{
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -119,7 +119,6 @@ public class ReporterDAO extends DAOSupport
|
|||||||
*/
|
*/
|
||||||
public ReporterDAO()
|
public ReporterDAO()
|
||||||
{
|
{
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -77,7 +77,6 @@ public class ResultsLogger implements ChecksumResultsCollector
|
|||||||
*/
|
*/
|
||||||
private ResultsLogger()
|
private ResultsLogger()
|
||||||
{
|
{
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -82,7 +82,6 @@ public class SimpleDispatcher implements BitstreamDispatcher
|
|||||||
*/
|
*/
|
||||||
private SimpleDispatcher()
|
private SimpleDispatcher()
|
||||||
{
|
{
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -188,7 +188,6 @@ public class RDFCrosswalk extends Crosswalk
|
|||||||
}
|
}
|
||||||
catch(SQLException sqlE)
|
catch(SQLException sqlE)
|
||||||
{
|
{
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// all parent communities map to DC source
|
// all parent communities map to DC source
|
||||||
|
Reference in New Issue
Block a user