Skip to content

Commit 5e0c59e

Browse files
authored
fix: remove unused createLines() in BatchingDescriptorComposerTest (#549)
1 parent 515ea0a commit 5e0c59e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/java/com/google/api/generator/gapic/composer/BatchingDescriptorComposerTest.java

-5
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,4 @@ private static Method findMethod(Service service, String methodName) {
185185
}
186186
return null;
187187
}
188-
189-
private static String createLines(String... lines) {
190-
// Cast to get rid of warnings.
191-
return String.format(new String(new char[lines.length]).replace("\0", "%s"), (Object[]) lines);
192-
}
193188
}

0 commit comments

Comments
 (0)