Javadoc fixes

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22254 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2010-09-03 22:52:58 +00:00
parent fc91409c79
commit 10d8672fa9

View File

@@ -375,7 +375,6 @@ public class SchemaBootstrap extends AbstractLifecycleBean
/** /**
* Get the limit for the hibernate executions queue * Get the limit for the hibernate executions queue
* @return
*/ */
public int getHibernateMaxExecutions() public int getHibernateMaxExecutions()
{ {
@@ -385,7 +384,6 @@ public class SchemaBootstrap extends AbstractLifecycleBean
/** /**
* Set the limit for the hibernate executions queue * Set the limit for the hibernate executions queue
* Less than zero always uses event amalgamation * Less than zero always uses event amalgamation
* @param hibernateMaxExecutions
*/ */
public void setHibernateMaxExecutions(int hibernateMaxExecutions) public void setHibernateMaxExecutions(int hibernateMaxExecutions)
{ {