Skip to content

Commit fdf1262

Browse files
committed
redacted
1 parent 15a838b commit fdf1262

File tree

3 files changed

+12
-19
lines changed

3 files changed

+12
-19
lines changed

core/src/main/scripts/google-java-format.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
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

core/src/test/resources/com/google/googlejavaformat/java/testdata/B23749160.input

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff 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
}

core/src/test/resources/com/google/googlejavaformat/java/testdata/B23749160.output

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)