Insight tweaks.

This commit is contained in:
Andrés Montañez 2014-10-11 17:57:30 -02:00
parent 92b22d52a3
commit dceb329211
2 changed files with 2 additions and 1 deletions

View file

@ -14,4 +14,4 @@ class SampleTask extends AbstractTask
{
return true;
}
}
}

View file

@ -20,3 +20,4 @@ class SampleTaskRollbackAware extends AbstractTask implements RollbackAware
return true;
}
}