Reported internally by darist-
Here's an example of incorrect indentation:
/**
* Available to use for quota purposes for server-side applications. Can be any arbitrary string
* assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
*/
@com.google.api.client.util.Key
private String quotaUser;
Notice the second, third, ... lines in the javadoc comment are missing two
leading spaces.
From:
com.google.api.services.zoo.ZooRequest.class
Not all javadoc comments in that class suffer from this problem. This problem
may affect other classes, but I haven't noticed it anywhere else.
Original issue reported on code.google.com by rmis...@google.com on 25 Feb 2013 at 3:20
Original issue reported on code.google.com by
rmis...@google.com
on 25 Feb 2013 at 3:20