Skip to content

Commit

Permalink
Bugfix for prev commit. Corrected code was commented out.
Browse files Browse the repository at this point in the history
  • Loading branch information
danjasuw committed Nov 13, 2018
1 parent af4778c commit 6c2440f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private boolean processPeptideOrPSM(
AnnotationTypeDTO annotationTypeDTOWithDefaultValue = filterableAnnotationTypesWithDefaultValues.remove( annotationTypeId_In_searcherCutoffValuesAnnotationLevel );
if ( annotationTypeDTOWithDefaultValue == null ) {
// Cutoff is not in default list so return false;
// return false; // EARLY EXIT
return false; // EARLY EXIT
} else {
// Have ann type with default so make comparison
if ( annotationTypeDTOWithDefaultValue.getAnnotationTypeFilterableDTO().getDefaultFilterValueAtDatabaseLoad() == null ) {
Expand Down

0 comments on commit 6c2440f

Please sign in to comment.