Skip to content

Commit

Permalink
Deprecate class cloning configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Jul 3, 2024
1 parent db472de commit b9404c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ public class TestConfig {
* most parent first classes it will just cause problems.
*/
@ConfigItem(defaultValue = "java\\..*")
@Deprecated(forRemoval = true)
String classClonePattern;

/**
Expand Down

0 comments on commit b9404c0

Please sign in to comment.