Formatting tidying.

This commit is contained in:
Michael Bayne
2009-08-21 01:50:21 +00:00
parent 157d339906
commit f9eb364c7f
@@ -369,15 +369,16 @@ public abstract class DepotRepository
"Cannot use " + cache + " strategy because " + reason);
}
break;
case NONE: case CONTENTS:
break;// NONE and CONTENTS can always be used.
break; // NONE and CONTENTS can always be used.
}
if (!_ctx.isUsingCache()) {
cache = CacheStrategy.NONE;
}
switch(cache) {
switch (cache) {
case SHORT_KEYS: case LONG_KEYS: case RECORDS:
return _ctx.invoke(new FindAllQuery.WithCache<T>(_ctx, type, clauses, cache));