Skip to content

Conversation

@SethSmucker
Copy link
Collaborator

Replace several straightforward deprecated calls with their suggested replacements.

part of NationalSecurityAgency/datawave#2443

// Copy replay files before each test
File dataDir = new File("src/test/resources/data");
for (File file : dataDir.listFiles())
for (File file : Objects.requireNonNull(dataDir.listFiles()))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What deprecation is this solving?

@SethSmucker SethSmucker reopened this Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants