Formatting.

This commit is contained in:
Ray Greenwell
2010-02-25 22:35:15 +00:00
parent 4b1ffe3df9
commit 0b51d1e62f
@@ -199,7 +199,8 @@ public abstract class DepotRepository
throws DatabaseException
{
return Iterables.isEmpty(keys) ? Collections.<T>emptyList() :
_ctx.invoke(new FindAllQuery.WithKeys<T>(_ctx, keys)); }
_ctx.invoke(new FindAllQuery.WithKeys<T>(_ctx, keys));
}
/**
* A varargs version of {@link #findAll(Class,Iterable)}.