Skip to content

Commit

Permalink
fabric8io#4510 Failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xRodney committed Oct 19, 2022
1 parent 16f4521 commit 3365ffc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Expand Up @@ -15,6 +15,8 @@
*/
package io.fabric8.crd.example.cyclic;

import java.util.List;

public class CyclicSpec {
private Ref ref;
private List<Ref> ref;
}
Expand Up @@ -15,8 +15,10 @@
*/
package io.fabric8.crd.example.cyclic;

import java.util.List;

public class Ref {

private Ref ref;
private List<Ref> ref;

}

0 comments on commit 3365ffc

Please sign in to comment.