mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Comment only, to say we need <Data> rather than <> for release:prepare
This commit is contained in:
@@ -72,7 +72,7 @@ public abstract class TransformServiceRegistryImpl extends AbstractTransformRegi
|
||||
private CronExpression cronExpression;
|
||||
private CronExpression initialAndOnErrorCronExpression;
|
||||
|
||||
private ConfigScheduler<Data> configScheduler = new ConfigScheduler<Data>(this)
|
||||
private ConfigScheduler<Data> configScheduler = new ConfigScheduler<Data>(this) // Don't change to <> as the release:prepare fails!
|
||||
{
|
||||
@Override
|
||||
public boolean readConfig() throws IOException
|
||||
|
Reference in New Issue
Block a user