Skip to content

Commit b4815e7

Browse files
rishipalcopybara-github
authored andcommitted
Make a test helper method static.
PiperOrigin-RevId: 326041966
1 parent 68b87f7 commit b4815e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/com/google/javascript/jscomp/NodeUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3755,7 +3755,7 @@ public void nestedChain() {
37553755
}
37563756

37573757
// All nodes till the current chain's start are converted to non-optional.
3758-
private boolean isChainConverted(Node node) {
3758+
private static boolean isChainConverted(Node node) {
37593759
if (node == null) {
37603760
return true;
37613761
}

0 commit comments

Comments
 (0)