updates after review

This commit is contained in:
zzz
2012-01-06 00:38:33 +00:00
parent a2d6dd2c5b
commit 708e943c44
3 changed files with 4 additions and 3 deletions

View File

@ -614,7 +614,8 @@ public class Storage
} catch (Exception ex) {
ex.printStackTrace();
}
} }
}
}
_filterNameCache.put(name, rv);
return rv;
}