File tree Expand file tree Collapse file tree 3 files changed +12
-19
lines changed
test/resources/com/google/googlejavaformat/java/testdata Expand file tree Collapse file tree 3 files changed +12
-19
lines changed Original file line number Diff line number Diff line change 4141 :group 'tools )
4242
4343(defcustom google-java-format-executable
44- ; ; GOOGLE3
4544 " /usr/bin/google-java-format"
4645 " Location of the google-java-format executable.
4746
Original file line number Diff line number Diff line change @@ -31,16 +31,13 @@ class B23749160 {
3131 anyInt(), anyInt(), anyInt()))
3232 .then();
3333
34- private static final List<Integer> SERVICE_LIST =
34+ private static final List<Integer> XXXXXXXX =
3535 ImmutableList.of(
36- INSServiceID.CARIBOU, // Mail
37- INSServiceID.WRITELY, // Drive
38- INSServiceID.CALENDAR, // Calendar
39- INSServiceID.BUZZ, // Talk
40- INSServiceID.CONTACTS, // Contacts
41- INSServiceID.GROUPS_RELOADED, // Groups
42- INSServiceID.JOTSPOT, // Sites
43- INSServiceID.GEO_DISPATCH // Coordinate
36+ XXXXXXX, //
37+ XXXXXXX, //
38+ XXXXXXX, //
39+ XXXXXXX, //
40+ XXXXXXX //
4441 );
4542 }
4643}
Original file line number Diff line number Diff line change @@ -30,16 +30,13 @@ class B23749160 {
3030 anyInt(), anyInt(), anyInt()))
3131 .then();
3232
33- private static final List<Integer> SERVICE_LIST =
33+ private static final List<Integer> XXXXXXXX =
3434 ImmutableList.of(
35- INSServiceID.CARIBOU, // Mail
36- INSServiceID.WRITELY, // Drive
37- INSServiceID.CALENDAR, // Calendar
38- INSServiceID.BUZZ, // Talk
39- INSServiceID.CONTACTS, // Contacts
40- INSServiceID.GROUPS_RELOADED, // Groups
41- INSServiceID.JOTSPOT, // Sites
42- INSServiceID.GEO_DISPATCH // Coordinate
35+ XXXXXXX, //
36+ XXXXXXX, //
37+ XXXXXXX, //
38+ XXXXXXX, //
39+ XXXXXXX //
4340 );
4441 }
4542}
You can’t perform that action at this time.
0 commit comments