Skip to content

Commit

Permalink
[TEST] Generate circular dependency for testing purposes
Browse files Browse the repository at this point in the history
DO NOT MERGE this commit!

Change-Id: I1878c5932f11347fcfc99e64c4249718c7103f23
  • Loading branch information
Villő Szűcs committed Aug 2, 2024
1 parent cc3c7e5 commit 785de91
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package org.apache.zookeeper.server;

public class CircularDependencyTest {
public int circularDependencyTest() {
return 111;
}
}

0 comments on commit 785de91

Please sign in to comment.