Skip to content

Conversation

@Ashka59
Copy link

@Ashka59 Ashka59 commented Nov 7, 2025

This pull request performs minor code cleanups and modernization in the ASN-related classes:

  • In AsnInfo.java, removed an unused import.
  • In AsnInfoProviderImplTest.java, removed the 'public' modifier.
  • In AsnInfoProviderImpl.java, applied several refactorings: (Renamed variables record to csvRecord, used pattern matching with instanceof for more concise type checks and casts, used _ for unused lambda and exception variables)

These changes improve code readability and maintainability without affecting functionality.

@jon-signal
Copy link
Contributor

Thank you for the contribution. Since there are no real functional changes in here, we'll pass for now and will aim to do some tidying the next time we're working in this space.

@jon-signal jon-signal closed this Nov 11, 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.

2 participants