simplify code

This commit is contained in:
xvrl 2013-01-03 10:01:42 -08:00
parent 41edec62ce
commit 824997eb43
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class Queries
Preconditions.checkArgument( Preconditions.checkArgument(
missing.isEmpty(), missing.isEmpty(),
String.format("Missing fields [%s] for postAggregator [%s]", Joiner.on(",").join(missing), postAgg.getName()) "Missing fields [%s] for postAggregator [%s]", missing, postAgg.getName()
); );
combinedAggNames.add(postAgg.getName()); combinedAggNames.add(postAgg.getName());
} }