Comment only, to say we need <Data> rather than <> for release:prepare

This commit is contained in:
Alan Davis
2019-09-13 09:59:03 +01:00
parent fcf044953d
commit bc067e7342

View File

@@ -72,7 +72,7 @@ public abstract class TransformServiceRegistryImpl extends AbstractTransformRegi
private CronExpression cronExpression; private CronExpression cronExpression;
private CronExpression initialAndOnErrorCronExpression; 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 @Override
public boolean readConfig() throws IOException public boolean readConfig() throws IOException