1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 05:10:17 +02:00

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;
}
}