Format files with google-java-format
Change-Id: I590ed808c0f65e7ab0d64c40fba97bb3f8bc014d
This commit is contained in:
parent
bb47d19f36
commit
a5e3d1bd3e
@ -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(", "))));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user