Skip to content

Commit

Permalink
Rename TracingStorageFixture
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Oct 31, 2023
1 parent 5540ef2 commit b5f47b9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
* YAML JobEventCaller configuration converter.
*/
@SuppressWarnings({"unchecked", "rawtypes"})
public final class YamlJobEventCallerConfigurationConverter implements
YamlConfigurationConverter<TracingStorageConfiguration<TracingStorageFixture>, YamlTracingStorageConfiguration<TracingStorageFixture>> {
public final class YamlJobEventCallerConfigurationConverter
implements
YamlConfigurationConverter<TracingStorageConfiguration<TracingStorageFixture>, YamlTracingStorageConfiguration<TracingStorageFixture>> {

@Override
public YamlTracingStorageConfiguration<TracingStorageFixture> convertToYamlConfiguration(final TracingStorageConfiguration<TracingStorageFixture> data) {
Expand Down

0 comments on commit b5f47b9

Please sign in to comment.