Closed whikloj closed 4 years ago
Still one unchecked cast warning during compile phase:
[INFO] Compiling 20 source files to /home/lcbuser/migration-utils/target/test-classes
[WARNING] /home/lcbuser/migration-utils/src/test/java/org/fcrepo/migration/Example1TestSuite.java:[60,111] unchecked cast
required: java.util.List<org.fcrepo.migration.ObjectProperty>
found: java.util.List<capture#1 of ? extends org.fcrepo.migration.ObjectProperty>
Tested and verified that the warnings are gone. Ready to merge.
JIRA Ticket: https://jira.lyrasis.org/browse/FCREPO-3458
What does this Pull Request do?
All non-functional changes, I:
How should this be tested?
Should work the same as before.
Interested parties
@fcrepo-exts/committers & @sprater