Skip to content

Commit

Permalink
Mark effectively static class as static
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 600933030
  • Loading branch information
blickly authored and copybara-github committed Jan 23, 2024
1 parent e302262 commit 09babf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private static ModuleRequest create(String specifier, String varName) {
* Rewrites a single ES6 module into a CommonJS like module designed to be loaded in the
* compiler's module runtime.
*/
private class Rewriter extends AbstractPostOrderCallback {
private static class Rewriter extends AbstractPostOrderCallback {
private @Nullable Node requireInsertSpot;
private final Node script;
private final Map<String, LocalQName> exportedNameToLocalQName;
Expand Down

0 comments on commit 09babf4

Please sign in to comment.