You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several Java source files with multiple top-level classes. E.g. SAMRecordReader.java contains class declarations for SAMRecordReader (as expected), but also WorkaroundingStream. This practice predates nested classes, so it would be good to migrate to nested classes.
The text was updated successfully, but these errors were encountered:
There are several Java source files with multiple top-level classes. E.g. SAMRecordReader.java contains class declarations for SAMRecordReader (as expected), but also WorkaroundingStream. This practice predates nested classes, so it would be good to migrate to nested classes.
The text was updated successfully, but these errors were encountered: