Format files with google-java-format

Change-Id: I590ed808c0f65e7ab0d64c40fba97bb3f8bc014d
This commit is contained in:
David Ostrovsky 2017-06-17 19:33:39 +02:00
parent bb47d19f36
commit a5e3d1bd3e

View File

@ -1119,8 +1119,7 @@ public class RestApiServlet extends HttpServlet {
throw new AmbiguousViewException(
String.format(
"Projection %s is ambiguous: %s",
name,
r.keySet().stream().map(in -> in + "~" + projection).collect(joining(", "))));
name, r.keySet().stream().map(in -> in + "~" + projection).collect(joining(", "))));
}
}