Skip to content

Commit

Permalink
Make writeDocs() with Runnable public (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Yuan authored Sep 18, 2023
1 parent ea0635d commit 5b871b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public TypeScriptWriter addRelativeImport(String name, String as, Path from) {
* @param runnable Runnable that handles actually writing docs with the writer.
* @return Returns the writer.
*/
TypeScriptWriter writeDocs(Runnable runnable) {
public TypeScriptWriter writeDocs(Runnable runnable) {
pushState("docs");
write("/**");
setNewlinePrefix(" * ");
Expand Down

0 comments on commit 5b871b3

Please sign in to comment.