Skip to content

Commit

Permalink
Check touch result
Browse files Browse the repository at this point in the history
  • Loading branch information
alesj committed Mar 21, 2011
1 parent a6fb626 commit 3dd0b98
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -235,8 +235,8 @@ protected Container checkContainers(ContainerContext cc, StringBuilder dump, Ite
{
try
{
c.touch(cc);
return c;
if (c.touch(cc))
return c;
}
catch (Throwable t)
{
Expand Down

0 comments on commit 3dd0b98

Please sign in to comment.