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